Skip to content

Commit

Permalink
Bump to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcaley committed Oct 9, 2024
1 parent 27bbf89 commit b0899ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aiospamc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
__author__ = "Michael Caley"
__copyright__ = "Copyright 2016-2023 Michael Caley"
__license__ = "MIT"
__version__ = "1.1.0"
__version__ = "1.1.1"
__email__ = "[email protected]"

logger.disable(__package__)
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aiospamc"
version = "1.1.0"
version = "1.1.1"
description = "An asyncio-based library to communicate with SpamAssassin's SPAMD service."
authors = ["Michael Caley <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -105,7 +105,7 @@ tbump = "^6.10"
github_url = "https://github.com/mjcaley/aiospamc/"

[tool.tbump.version]
current = "1.1.0"
current = "1.1.1"
regex = '''
(?P<major>\d+)
\.
Expand Down

0 comments on commit b0899ce

Please sign in to comment.