We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf45a8 commit d089d8eCopy full SHA for d089d8e
setup.py
@@ -15,7 +15,7 @@ def get_version(name):
15
script_dir = os.path.dirname(os.path.realpath(__file__))
16
script_dir = os.path.join(script_dir, name)
17
if not os.path.exists(os.path.join(script_dir, 'VERSION')):
18
- version = '2.0.1'
+ version = '2.0.2'
19
else:
20
with open(os.path.join(script_dir, 'VERSION'), 'r') as version_file:
21
version = version_file.read().rstrip()
0 commit comments