Skip to content

Commit

Permalink
Merge pull request ni#32 from arnoldcsorvasi/upgrade_version_to_1.0.1
Browse files Browse the repository at this point in the history
Upgrade version to 1.0.1
  • Loading branch information
arnoldcsorvasi committed May 4, 2021
2 parents 5b08819 + 0b526b8 commit accb48f
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 = '1.0.0'
version = '1.0.1'
else:
with open(os.path.join(script_dir, 'VERSION'), 'r') as version_file:
version = version_file.read().rstrip()
Expand Down

0 comments on commit accb48f

Please sign in to comment.