We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37dda9b commit 2239b1bCopy full SHA for 2239b1b
setup.cfg
@@ -1,4 +1,4 @@
1
[egg_info]
2
-tag_build = .dev0
+#tag_build = .dev0
3
#tag_svn_revision = yes
4
#tag_date = yes
setup.py
@@ -18,7 +18,7 @@
18
raise ValueError(unsupported)
19
20
# set version numbers
21
-stable_version = '0.2.5'
+stable_version = '0.2.6'
22
target_version = '0.2.6'
23
is_release = stable_version == target_version
24
0 commit comments