Skip to content

Commit ee11bdd

Browse files
committed
Updated version
1 parent dbe7338 commit ee11bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.2'
14+
version = '0.0.3'
1515

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

0 commit comments

Comments
 (0)