We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 274693e commit 9e9c6b8Copy full SHA for 9e9c6b8
notfound/__init__.py
@@ -1 +1 @@
1
-__version__ = "1.0.0rc0"
+__version__ = "1.0.0rc1"
pyproject.toml
@@ -18,7 +18,7 @@ keywords=[
18
dependencies = [
19
"sphinx>=5",
20
]
21
-version = "1.0.0rc0"
+version = "1.0.0rc1"
22
readme = "README.rst"
23
requires-python = ">=3.8"
24
license = {file = "LICENSE"}
@@ -73,7 +73,7 @@ exclude = [
73
74
75
[tool.bumpver]
76
-current_version = "1.0.0rc0"
+current_version = "1.0.0rc1"
77
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
78
commit_message = "Release {new_version}"
79
commit = true
0 commit comments