Skip to content

Commit ce37364

Browse files
committed
tag mystic-0.3.7
1 parent e579ea4 commit ce37364

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[egg_info]
2-
tag_build = .dev0
2+
#tag_build = .dev0
33
#tag_svn_revision = yes
44
#tag_date = yes

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
raise ValueError(unsupported)
1919

2020
# set version numbers
21-
stable_version = '0.3.6'
21+
stable_version = '0.3.7'
2222
target_version = '0.3.7'
2323
is_release = stable_version == target_version
2424

0 commit comments

Comments
 (0)