Skip to content

Commit c7ba333

Browse files
authored
Merge pull request #30 from TaskarCenterAtUW/feature-version-bump
Update freeze_version.py
2 parents 08acae8 + c575e02 commit c7ba333

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.17'
14+
version = '0.0.18'
1515

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

0 commit comments

Comments
 (0)