set version to 5.6.0-alpha

This commit is contained in:
Jelle Spijker 2023-10-10 11:00:49 +02:00
parent d48a50be81
commit 0f770aca15
No known key found for this signature in database
GPG key ID: 034D1C0527888B65

View file

@ -48,7 +48,7 @@ class CuraConan(ConanFile):
def set_version(self):
if not self.version:
self.version = "5.5.0-beta.1"
self.version = "5.6.0-alpha"
@property
def _pycharm_targets(self):