From 8ae1f6e82ad7525dcc4313214f8f9074baae040c Mon Sep 17 00:00:00 2001 From: Formerlurker Date: Mon, 30 Nov 2020 12:53:33 -0600 Subject: [PATCH] Switch version to a release candidate (0.4.1rc1). --- octoprint_octolapse_setuptools/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octoprint_octolapse_setuptools/__init__.py b/octoprint_octolapse_setuptools/__init__.py index 5995ab41..5690d7dd 100644 --- a/octoprint_octolapse_setuptools/__init__.py +++ b/octoprint_octolapse_setuptools/__init__.py @@ -29,7 +29,7 @@ class NumberedVersion(version.LooseVersion): # This is the current plugin version, not including any versioneer info, # which could be earlier or later - CurrentVersion = "0.4.1" + CurrentVersion = "0.4.1rc1" # This is the CurrentVersion last time the settings were migrated. CurrentSettingsVersion = "0.4.0" '''