Skip to content

Commit a39e21b

Browse files
committed
Bump version
1 parent ff5e05a commit a39e21b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

octoprint_octolapse_setuptools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
class NumberedVersion(version.LooseVersion):
3030
# This is the current plugin version, not including any versioneer info,
3131
# which could be earlier or later
32-
CurrentVersion = "0.4.3"
32+
CurrentVersion = "0.4.4"
3333
# This is the CurrentVersion last time the settings were migrated.
3434
CurrentSettingsVersion = "0.4.3"
3535
'''

0 commit comments

Comments
 (0)