We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd3a59a commit ce4dee6Copy full SHA for ce4dee6
aiospamc/__init__.py
@@ -20,7 +20,7 @@
20
__author__ = "Michael Caley"
21
__copyright__ = "Copyright 2016-2023 Michael Caley"
22
__license__ = "MIT"
23
-__version__ = "0.10.0"
+__version__ = "0.10.1"
24
__email__ = "mjcaley@darkarctic.com"
25
26
logger.disable(__package__)
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "aiospamc"
3
-version = "0.10.0"
+version = "0.10.1"
4
description = "An asyncio-based library to communicate with SpamAssassin's SPAMD service."
5
authors = ["Michael Caley <mjcaley@darkarctic.com>"]
6
license = "MIT"
@@ -114,7 +114,7 @@ tbump = "^6.10"
114
github_url = "https://github.com/mjcaley/aiospamc/"
115
116
[tool.tbump.version]
117
-current = "0.10.0"
+current = "0.10.1"
118
regex = '''
119
(?P<major>\d+)
120
\.
0 commit comments