Skip to content

Commit 9e9c6b8

Browse files
committed
Release 1.0.0rc1
1 parent 274693e commit 9e9c6b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

notfound/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0rc0"
1+
__version__ = "1.0.0rc1"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ keywords=[
1818
dependencies = [
1919
"sphinx>=5",
2020
]
21-
version = "1.0.0rc0"
21+
version = "1.0.0rc1"
2222
readme = "README.rst"
2323
requires-python = ">=3.8"
2424
license = {file = "LICENSE"}
@@ -73,7 +73,7 @@ exclude = [
7373
]
7474

7575
[tool.bumpver]
76-
current_version = "1.0.0rc0"
76+
current_version = "1.0.0rc1"
7777
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
7878
commit_message = "Release {new_version}"
7979
commit = true

0 commit comments

Comments
 (0)