We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d56ff95 commit 9865f00Copy full SHA for 9865f00
octoprint_octolapse_setuptools/__init__.py
@@ -29,7 +29,7 @@
29
class NumberedVersion(version.LooseVersion):
30
# This is the current plugin version, not including any versioneer info,
31
# which could be earlier or later
32
- CurrentVersion = "0.4.4"
+ CurrentVersion = "0.4.5"
33
# This is the CurrentVersion last time the settings were migrated.
34
CurrentSettingsVersion = "0.4.3"
35
'''
0 commit comments