Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
brainomics2/__pkginfo__: update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
AGrigis committed Apr 4, 2017
1 parent eeea76d commit 0540b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainomics2/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
modname = 'brainomics2'
distname = 'cubicweb-brainomics2'

numversion = (1, 1, 0)
numversion = (1, 2, 0)
version = '.'.join(str(num) for num in numversion)

license = 'LGPL'
Expand Down

0 comments on commit 0540b0c

Please sign in to comment.