Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
Merge branch '0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
jellespijker committed Oct 25, 2023
2 parents 69f8195 + 4559f65 commit 7fb0718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class CuraEngineGradualFlowPluginConan(ConanFile):

def set_version(self):
if not self.version:
self.version = "0.1.0-alpha"
self.version = "0.1.0"

@property
def _min_cppstd(self):
Expand Down Expand Up @@ -170,7 +170,7 @@ def requirements(self):
self.requires("clipper/6.4.2")
self.requires("ctre/3.7.2")
self.requires("neargye-semver/0.3.0")
self.requires("curaengine_grpc_definitions/0.1.0-beta.1")
self.requires("curaengine_grpc_definitions/0.1.0")

def build_requirements(self):
self.test_requires("standardprojectsettings/[>=0.1.0]@ultimaker/stable")
Expand Down

0 comments on commit 7fb0718

Please sign in to comment.