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 b7835f7 commit 4936a68Copy full SHA for 4936a68
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.3.2'
+stable_version = '0.3.3'
22
target_version = '0.3.3'
23
is_release = stable_version == target_version
24
0 commit comments