Skip to content

Commit f98e90b

Browse files
committed
Updated version
1 parent 517f5b9 commit f98e90b

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)