Skip to content

Commit

Permalink
Bump version from 0.1.0 to 1.0.2 manually
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemellophone committed Jul 29, 2022
1 parent cabff4b commit 78a3994
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ def _minimal_ext_cmd(cmd):
AUTHOR = MAINTAINER
AUTHOR_EMAIL = MAINTAINER_EMAIL
PLATFORMS = ['Linux', 'Mac OS-X', 'Unix']
MAJOR = 0
MINOR = 1
MICRO = 0
MAJOR = 1
MINOR = 0
MICRO = 2
REVISION = git_version()
SUFFIX = REVISION[:8]
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
Expand Down

0 comments on commit 78a3994

Please sign in to comment.