Skip to content

Commit 9957ef3

Browse files
committed
Increment version string to 0.2.2
1 parent 157d615 commit 9957ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

afqbrowser/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
77
_version_major = 0
88
_version_minor = 2
9-
_version_micro = 1 # use '' for first of series, number for 1 and above
9+
_version_micro = 2 # use '' for first of series, number for 1 and above
1010
# _version_extra = 'dev'
1111
_version_extra = '' # Uncomment this for full releases
1212

0 commit comments

Comments
 (0)