Skip to content

Commit

Permalink
tag pyina-0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Nov 3, 2020
1 parent b133b9e commit 21fee8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[egg_info]
tag_build = .dev0
#tag_build = .dev0
#tag_svn_revision = yes
#tag_date = yes
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
raise ValueError(unsupported)

# set version numbers
stable_version = '0.2.3'
stable_version = '0.2.4'
target_version = '0.2.4'
is_release = stable_version == target_version

Expand Down

0 comments on commit 21fee8a

Please sign in to comment.