Skip to content

Commit a91da58

Browse files
Upgrade package version to 0.9.2 (#13)
1 parent 7053b7d commit a91da58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
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 = '0.9.1'
18+
version = '0.9.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)