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 ff5e05a commit a39e21bCopy full SHA for a39e21b
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.3"
+ CurrentVersion = "0.4.4"
33
# This is the CurrentVersion last time the settings were migrated.
34
CurrentSettingsVersion = "0.4.3"
35
'''
0 commit comments