Skip to content

Commit 9783582

Browse files
authored
Merge pull request #25 from TaskarCenterAtUW/feature-updated-vesion
Updated version
2 parents 517f5b9 + f98e90b commit 9783582

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

freeze_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
build_date = date.today().strftime('%Y-%m-%d')
1313

14-
version = '0.0.18'
14+
version = '0.0.17'
1515

1616
with open(version_file_path, 'w+') as version_file:
1717
version_file.write("version = '{}'\n".format(version))

0 commit comments

Comments
 (0)