diff --git a/betterproto2/pyproject.toml b/betterproto2/pyproject.toml index 6a21def..8479fc9 100644 --- a/betterproto2/pyproject.toml +++ b/betterproto2/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "betterproto2" -version = "0.7.1" +version = "0.8.0" description = "A better Protobuf / gRPC generator & library" authors = [ {name = "Adrien Vannson", email = "adrien.vannson@protonmail.com"}, diff --git a/betterproto2/uv.lock b/betterproto2/uv.lock index 6c11cb3..ab2a017 100644 --- a/betterproto2/uv.lock +++ b/betterproto2/uv.lock @@ -57,7 +57,7 @@ wheels = [ [[package]] name = "betterproto2" -version = "0.7.1" +version = "0.8.0" source = { editable = "." } dependencies = [ { name = "python-dateutil" }, diff --git a/betterproto2_compiler/pyproject.toml b/betterproto2_compiler/pyproject.toml index 0c9daca..17f6298 100644 --- a/betterproto2_compiler/pyproject.toml +++ b/betterproto2_compiler/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "betterproto2_compiler" -version = "0.7.1" +version = "0.8.0" description = "Compiler for betterproto2" authors = [ { name = "Adrien Vannson", email = "adrien.vannson@protonmail.com" }, diff --git a/betterproto2_compiler/src/betterproto2_compiler/lib/__init__.py b/betterproto2_compiler/src/betterproto2_compiler/lib/__init__.py index 61e54b4..2e644a1 100644 --- a/betterproto2_compiler/src/betterproto2_compiler/lib/__init__.py +++ b/betterproto2_compiler/src/betterproto2_compiler/lib/__init__.py @@ -8,5 +8,5 @@ import betterproto2 -_COMPILER_VERSION = "0.7.1" +_COMPILER_VERSION = "0.8.0" betterproto2.check_compiler_version(_COMPILER_VERSION) diff --git a/betterproto2_compiler/src/betterproto2_compiler/lib/google/protobuf/__init__.py b/betterproto2_compiler/src/betterproto2_compiler/lib/google/protobuf/__init__.py index 3d52ed5..f0ec337 100644 --- a/betterproto2_compiler/src/betterproto2_compiler/lib/google/protobuf/__init__.py +++ b/betterproto2_compiler/src/betterproto2_compiler/lib/google/protobuf/__init__.py @@ -97,7 +97,7 @@ from ...message_pool import default_message_pool -_COMPILER_VERSION = "0.7.1" +_COMPILER_VERSION = "0.8.0" betterproto2.check_compiler_version(_COMPILER_VERSION) diff --git a/betterproto2_compiler/src/betterproto2_compiler/lib/google/protobuf/compiler/__init__.py b/betterproto2_compiler/src/betterproto2_compiler/lib/google/protobuf/compiler/__init__.py index b412935..47320b4 100644 --- a/betterproto2_compiler/src/betterproto2_compiler/lib/google/protobuf/compiler/__init__.py +++ b/betterproto2_compiler/src/betterproto2_compiler/lib/google/protobuf/compiler/__init__.py @@ -17,7 +17,7 @@ from ....message_pool import default_message_pool -_COMPILER_VERSION = "0.7.1" +_COMPILER_VERSION = "0.8.0" betterproto2.check_compiler_version(_COMPILER_VERSION) diff --git a/betterproto2_compiler/uv.lock b/betterproto2_compiler/uv.lock index 5222255..9042655 100644 --- a/betterproto2_compiler/uv.lock +++ b/betterproto2_compiler/uv.lock @@ -26,7 +26,7 @@ wheels = [ [[package]] name = "betterproto2" -version = "0.7.1" +version = "0.8.0" source = { directory = "../betterproto2" } dependencies = [ { name = "python-dateutil" }, @@ -74,7 +74,7 @@ test = [ [[package]] name = "betterproto2-compiler" -version = "0.7.1" +version = "0.8.0" source = { editable = "." } dependencies = [ { name = "betterproto2", extra = ["grpclib"] },