Skip to content

Commit 785ba58

Browse files
committed
Set version string for the release
1 parent 694921c commit 785ba58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

afqbrowser/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
_version_major = 0
88
_version_minor = 2
99
_version_micro = '' # use '' for first of series, number for 1 and above
10-
_version_extra = 'dev'
11-
# _version_extra = '' # Uncomment this for full releases
10+
# _version_extra = 'dev'
11+
_version_extra = '' # Uncomment this for full releases
1212

1313
# Construct full version string from these.
1414
_ver = [_version_major, _version_minor]

0 commit comments

Comments
 (0)