Skip to content

Commit d089d8e

Browse files
authored
Update version before release (#52)
1 parent 0cf45a8 commit d089d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def get_version(name):
1515
script_dir = os.path.dirname(os.path.realpath(__file__))
1616
script_dir = os.path.join(script_dir, name)
1717
if not os.path.exists(os.path.join(script_dir, 'VERSION')):
18-
version = '2.0.1'
18+
version = '2.0.2'
1919
else:
2020
with open(os.path.join(script_dir, 'VERSION'), 'r') as version_file:
2121
version = version_file.read().rstrip()

0 commit comments

Comments
 (0)