We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28920cd + 81804c1 commit 665d1f1Copy full SHA for 665d1f1
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.0'
+ version = '2.0.1'
19
else:
20
with open(os.path.join(script_dir, 'VERSION'), 'r') as version_file:
21
version = version_file.read().rstrip()
0 commit comments