We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17f835c commit 1915ad0Copy full SHA for 1915ad0
pyproject.toml
@@ -7,7 +7,7 @@ maintainers = [
7
{name = "Arie Bovenberg", email = "a.c.bovenberg@gmail.com"},
8
]
9
readme = "README.md"
10
-version = "0.9.0"
+version = "0.9.0rc0"
11
license = "MIT"
12
description = "Modern datetime library for Python"
13
requires-python = ">=3.9"
pysrc/whenever/__init__.py
@@ -32,7 +32,7 @@
32
33
# Yes, we could get the version with importlib.metadata,
34
# but we try to keep our import time as low as possible.
35
-__version__ = "0.9.0"
+__version__ = "0.9.0rc0"
36
37
reset_tzpath() # populate the tzpath once at startup
38
0 commit comments