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/01/19 20:50:39 UTC

[streampipes] 03/03: refactor: bump version to the latest release

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

bossenti pushed a commit to branch chore/introduce-messaging-endpoint
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit 23221b7155bdbfe9fc1a9c890c81b28bd1f2a878
Author: bossenti <bo...@posteo.de>
AuthorDate: Thu Jan 19 21:50:22 2023 +0100

    refactor: bump version to the latest release
    
    Signed-off-by: bossenti <bo...@posteo.de>
---
 streampipes-client-python/streampipes_client/__version__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/streampipes-client-python/streampipes_client/__version__.py b/streampipes-client-python/streampipes_client/__version__.py
index 7eef49c16..11761693a 100644
--- a/streampipes-client-python/streampipes_client/__version__.py
+++ b/streampipes-client-python/streampipes_client/__version__.py
@@ -16,6 +16,6 @@
 #
 #
 
-VERSION = (0, 71, 0)  # pragma: no cover
+VERSION = (0, 90, 0)  # pragma: no cover
 
 __version__ = ".".join(map(str, VERSION))  # noqa: F401 # pragma: no cover