Skip to content

Commit

Permalink
Upgrade package version to 0.9.2 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheloizaguirre authored Apr 3, 2019
1 parent 7053b7d commit a91da58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def get_version(name):
script_dir = os.path.dirname(os.path.realpath(__file__))
script_dir = os.path.join(script_dir, name)
if not os.path.exists(os.path.join(script_dir, 'VERSION')):
version = '0.9.1'
version = '0.9.2'
else:
with open(os.path.join(script_dir, 'VERSION'), 'r') as version_file:
version = version_file.read().rstrip()
Expand Down

0 comments on commit a91da58

Please sign in to comment.