Skip to content

Commit 1915ad0

Browse files
committed
prepare release candidate
1 parent 17f835c commit 1915ad0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ maintainers = [
77
{name = "Arie Bovenberg", email = "a.c.bovenberg@gmail.com"},
88
]
99
readme = "README.md"
10-
version = "0.9.0"
10+
version = "0.9.0rc0"
1111
license = "MIT"
1212
description = "Modern datetime library for Python"
1313
requires-python = ">=3.9"

pysrc/whenever/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
# Yes, we could get the version with importlib.metadata,
3434
# but we try to keep our import time as low as possible.
35-
__version__ = "0.9.0"
35+
__version__ = "0.9.0rc0"
3636

3737
reset_tzpath() # populate the tzpath once at startup
3838

0 commit comments

Comments
 (0)