Skip to content

Commit d5dcfd1

Browse files
committed
Bump to 1.0.1
1 parent 9bc5616 commit d5dcfd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

asyncio_atexit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from functools import partial
1010

1111
__all__ = ["register", "unregister"]
12-
__version__ = "1.0.0"
12+
__version__ = "1.0.1"
1313

1414
_registry = weakref.WeakKeyDictionary()
1515

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build-backend = "setuptools.build_meta"
1414
github_url = "https://github.com/minrk/asyncio-atexit"
1515

1616
[tool.tbump.version]
17-
current = "1.0.0"
17+
current = "1.0.1"
1818

1919
# Example of a semver regexp.
2020
# Make sure this matches current_version before

0 commit comments

Comments
 (0)