You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2023/02/09 21:24:22 UTC

[streampipes] branch rel/0.91.0 updated: chore(release): increase version of python module

This is an automated email from the ASF dual-hosted git repository.

bossenti pushed a commit to branch rel/0.91.0
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/rel/0.91.0 by this push:
     new 4d61a93cc chore(release): increase version of python module
4d61a93cc is described below

commit 4d61a93cc0736ed399d7ecaeece0f399876ccf7a
Author: bossenti <bo...@posteo.de>
AuthorDate: Thu Feb 9 22:23:59 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..330400af7 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, 91, 0)  # pragma: no cover
 
 __version__ = ".".join(map(str, VERSION))  # noqa: F401 # pragma: no cover