Skip to content

Commit fe4675c

Browse files
authored
chore: bump up API proto version to 0.8.0 (#533)
1 parent ab6e550 commit fe4675c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

proto/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requires = [
88

99
[project]
1010
name = "otaclient-pb2"
11-
version = "0.7.2"
11+
version = "0.8.0"
1212
readme = "README.md"
1313
requires-python = ">=3.8"
1414
classifiers = [
@@ -52,7 +52,7 @@ sources = [
5252

5353
[tool.hatch.build.hooks.custom]
5454
proto_builds = [
55-
{ proto_file = "otaclient_v2.proto", output_package = "otaclient_pb2/v2", api_version = "2.1.0" },
55+
{ proto_file = "otaclient_v2.proto", output_package = "otaclient_pb2/v2", api_version = "2.2.0" },
5656
]
5757

5858
[tool.black]

proto/src/otaclient_pb2/v2/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = version = "2.1.0"
16-
__version_tuple__ = version_tuple = (2, 1, 0)
15+
__version__ = version = "2.2.0"
16+
__version_tuple__ = version_tuple = (2, 2, 0)
1717

1818
__all__ = ["version", "__version__", "version_tuple", "__version_tuple__"]

0 commit comments

Comments
 (0)