Switch to version 1.2.2

This commit is contained in:
2016-01-12 20:57:47 +01:00
parent 46b446f0c8
commit 2649cd268c
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ from os import path
PACKAGE = "OBITools"
VERSION = "1.2.1"
VERSION = "1.2.2"
AUTHOR = 'Eric Coissac'
EMAIL = 'eric@coissac.eu'
URL = 'metabarcoding.org/obitools'

View File

@ -1,5 +1,5 @@
major = 1
minor = 2
serial= '1'
serial= '2'
version = "%2d.%02d %s" % (major,minor,serial)