diff --git a/pyproject.toml b/pyproject.toml index 035e70f..a86e967 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flockwave-conn" -version = "6.3.1" +version = "6.3.2" description = "Connection objects for various data sources" authors = ["Tamas Nepusz "] packages = [{ include = "flockwave", from = "src" }] diff --git a/src/flockwave/connections/version.py b/src/flockwave/connections/version.py index c104e1d..0378504 100644 --- a/src/flockwave/connections/version.py +++ b/src/flockwave/connections/version.py @@ -1,4 +1,4 @@ """Version information for the Flockwave connections package.""" -__version_info__ = (6, 3, 1) +__version_info__ = (6, 3, 2) __version__ = ".".join("{0}".format(i) for i in __version_info__) diff --git a/tbump.toml b/tbump.toml index 39567b5..b9d75aa 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,5 +1,5 @@ [version] -current = "6.3.1" +current = "6.3.2" regex = ''' (?P\d+) \.