Skip to content

Commit

Permalink
Set version to 0.2.0-alpha
Browse files Browse the repository at this point in the history
Contributes to CURA-11218
  • Loading branch information
jellespijker committed Oct 25, 2023
1 parent 6cf068d commit 7e6d14c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "curaengine_grpc_definitions"
version = "0.1.0"
version = "0.2.0-alpha"
authors = ["Casper <[email protected]>"]
description = "CuraEngine gRPC definitions"
repository = "https://github.com/Ultimaker/curaengine_grpc_definitions"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]",
Expand Down

0 comments on commit 7e6d14c

Please sign in to comment.