We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e61d3 commit 377dcd9Copy full SHA for 377dcd9
asyncio_atexit.py
@@ -9,7 +9,7 @@
9
from functools import partial
10
11
__all__ = ["register", "unregister"]
12
-__version__ = "1.0.0.dev"
+__version__ = "1.0.0"
13
14
_registry = weakref.WeakKeyDictionary()
15
pyproject.toml
@@ -14,7 +14,7 @@ build-backend = "setuptools.build_meta"
github_url = "https://github.com/minrk/asyncio-atexit"
16
[tool.tbump.version]
17
-current = "1.0.0.dev"
+current = "1.0.0"
18
19
# Example of a semver regexp.
20
# Make sure this matches current_version before
0 commit comments