From 0af94478991751f5e907bb07ceaf0a0c1778a0f9 Mon Sep 17 00:00:00 2001 From: Sam Nosenzo Date: Thu, 23 May 2024 16:25:57 +0200 Subject: [PATCH] maybe fix python CI? --- python/foxglove-schemas-flatbuffer/setup.cfg | 2 +- python/foxglove-schemas-protobuf/setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/foxglove-schemas-flatbuffer/setup.cfg b/python/foxglove-schemas-flatbuffer/setup.cfg index f58da61..5630e27 100644 --- a/python/foxglove-schemas-flatbuffer/setup.cfg +++ b/python/foxglove-schemas-flatbuffer/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = foxglove-schemas-flatbuffer -version = 0.1.0 +version = 0.2.0 description = Flatbuffer classes for Foxglove Schemas long_description = file: README.md long_description_content_type = text/markdown diff --git a/python/foxglove-schemas-protobuf/setup.cfg b/python/foxglove-schemas-protobuf/setup.cfg index 1aa655d..59595da 100644 --- a/python/foxglove-schemas-protobuf/setup.cfg +++ b/python/foxglove-schemas-protobuf/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = foxglove-schemas-protobuf -version = 0.2.0 +version = 0.2.1 description = Protobuf classes for Foxglove Schemas long_description = file: README.md long_description_content_type = text/markdown