Switch to version 1.1.22

This commit is contained in:
2015-08-03 23:16:37 +02:00
parent 7a993ec841
commit 343d9ec6df
2 changed files with 2 additions and 2 deletions

View File

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

View File

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