Skip to content

Commit fcb5476

Browse files
authored
Merge pull request #4 from TaskarCenterAtUW/feature-385
Updated version
2 parents 894b7c6 + ee11bdd commit fcb5476

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)