Skip to content

Commit

Permalink
chore: bumped version to 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ntamas committed Sep 17, 2024
1 parent c13ddab commit 45a5c41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "flockwave-conn"
version = "8.1.0"
version = "8.2.0"
description = "Connection objects for various data sources"
authors = ["Tamas Nepusz <[email protected]>"]
packages = [{ include = "flockwave", from = "src" }]
Expand Down
2 changes: 1 addition & 1 deletion src/flockwave/connections/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Version information for the Flockwave connections package."""

__version_info__ = (8, 1, 0)
__version_info__ = (8, 2, 0)
__version__ = ".".join("{0}".format(i) for i in __version_info__)
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[version]
current = "8.1.0"
current = "8.2.0"
regex = '''
(?P<major>\d+)
\.
Expand Down

0 comments on commit 45a5c41

Please sign in to comment.