Skip to content

Commit ce4dee6

Browse files
committedAug 8, 2023
Bump to 0.10.1
1 parent cd3a59a commit ce4dee6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎aiospamc/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
__author__ = "Michael Caley"
2121
__copyright__ = "Copyright 2016-2023 Michael Caley"
2222
__license__ = "MIT"
23-
__version__ = "0.10.0"
23+
__version__ = "0.10.1"
2424
__email__ = "mjcaley@darkarctic.com"
2525

2626
logger.disable(__package__)

‎pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aiospamc"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
description = "An asyncio-based library to communicate with SpamAssassin's SPAMD service."
55
authors = ["Michael Caley <mjcaley@darkarctic.com>"]
66
license = "MIT"
@@ -114,7 +114,7 @@ tbump = "^6.10"
114114
github_url = "https://github.com/mjcaley/aiospamc/"
115115

116116
[tool.tbump.version]
117-
current = "0.10.0"
117+
current = "0.10.1"
118118
regex = '''
119119
(?P<major>\d+)
120120
\.

0 commit comments

Comments
 (0)
Please sign in to comment.