From 4c542ce8bcdc6457fc42708b0ca21322cd2eaa6c Mon Sep 17 00:00:00 2001 From: Tamas Nepusz Date: Wed, 3 Jul 2024 23:47:54 +0200 Subject: [PATCH] chore: bumped version to 7.0.2 --- pyproject.toml | 2 +- src/flockwave/networking/version.py | 2 +- tbump.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 598b585..0fae6d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flockwave-net" -version = "7.0.1" +version = "7.0.2" description = "Networking related functions for apps based on the Flockwave framework" authors = ["Tamas Nepusz "] packages = [ diff --git a/src/flockwave/networking/version.py b/src/flockwave/networking/version.py index b4f99e5..7f39e66 100644 --- a/src/flockwave/networking/version.py +++ b/src/flockwave/networking/version.py @@ -1,4 +1,4 @@ """Version information for the Flockwave connections package.""" -__version_info__ = (7, 0, 1) +__version_info__ = (7, 0, 2) __version__ = ".".join("{0}".format(i) for i in __version_info__) diff --git a/tbump.toml b/tbump.toml index 2544d49..7d81a58 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,5 +1,5 @@ [version] -current = "7.0.1" +current = "7.0.2" regex = ''' (?P\d+) \.