This is an automated email from the ASF dual-hosted git repository.
bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/dev by this push:
new ae3676232 chore(release): increase version of python module
ae3676232 is described below
commit ae3676232e3b3952540fd2554d4f283d2d8dc591
Author: bossenti <[email protected]>
AuthorDate: Thu Feb 9 22:23:25 2023 +0100
chore(release): increase version of python module
---
streampipes-client-python/streampipes/__version__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/streampipes-client-python/streampipes/__version__.py
b/streampipes-client-python/streampipes/__version__.py
index 11761693a..66519101a 100644
--- a/streampipes-client-python/streampipes/__version__.py
+++ b/streampipes-client-python/streampipes/__version__.py
@@ -16,6 +16,6 @@
#
#
-VERSION = (0, 90, 0) # pragma: no cover
+VERSION = (0, 92, 0) # pragma: no cover
__version__ = ".".join(map(str, VERSION)) # noqa: F401 # pragma: no cover