Browse Source

set version to 5.4.0-alpha when None

Jelle Spijker 1 year ago
parent
commit
b7498e81a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      conanfile.py

+ 1 - 1
conanfile.py

@@ -49,7 +49,7 @@ class CuraConan(ConanFile):
     }
 
     def set_version(self):
-        if self.version == "auto":
+        if not self.version:
             self.version = "5.4.0-alpha"
 
     @property