Skip to content

Commit

Permalink
Bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcaley committed Oct 11, 2023
1 parent ee8fd62 commit 12e66f2
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__ = "0.10.1"
__version__ = "1.0.0"
__email__ = "mjcaley@darkarctic.com"

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 = "0.10.1"
version = "1.0.0"
description = "An asyncio-based library to communicate with SpamAssassin's SPAMD service."
authors = ["Michael Caley <mjcaley@darkarctic.com>"]
license = "MIT"
Expand Down Expand Up @@ -101,7 +101,7 @@ tbump = "^6.10"
github_url = "https://github.com/mjcaley/aiospamc/"

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

0 comments on commit 12e66f2

Please sign in to comment.