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",