Skip to content

Commit

Permalink
Version bump (0.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjones4 committed Mar 10, 2021
1 parent bad762e commit b3c1942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2
0.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

project_dir = path.abspath(path.dirname(__file__))
with open(path.join(project_dir, 'VERSION'), 'rb') as version:
version = version.read().decode('UTF-8')
version = version.read().decode('UTF-8').strip()
with open(path.join(project_dir, 'README.md'), 'rb') as readme:
long_description = readme.read().decode('UTF-8')

Expand Down

0 comments on commit b3c1942

Please sign in to comment.