From 7e6d14c9df6b03bc8632b4d9969bef0c480b99ff Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Wed, 25 Oct 2023 10:04:19 +0200 Subject: [PATCH] Set version to 0.2.0-alpha Contributes to CURA-11218 --- Cargo.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1816ae6..fbec2ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curaengine_grpc_definitions" -version = "0.1.0" +version = "0.2.0-alpha" authors = ["Casper "] description = "CuraEngine gRPC definitions" repository = "https://github.com/Ultimaker/curaengine_grpc_definitions" diff --git a/setup.py b/setup.py index 5fbbe33..e064c8e 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ def generate_proto_sources(self): setup( name = "CuraEngineGRPC", - version = "0.1.0", + version = "0.2.0-alpha", description = "A gRPC package using proto files with type hints", author = "UltiMaker", author_email = "cura@ultimaker.com",