Skip to content

Commit 792e7be

Browse files
committed
Bump version: 2.0.0 → 2.0.1
1 parent 006654f commit 792e7be

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = "2.0.0"
61+
version = "2.0.1"
6262
# The full version, including alpha/beta/rc tags.
63-
release = "2.0.0"
63+
release = "2.0.1"
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "apsis"
7-
version = "2.0.0"
7+
version = "2.0.1"
88
description = "Easy-to-use task scheduler"
99
readme = "README.md"
1010
license = {text = "MIT License"}
@@ -96,7 +96,7 @@ lint.select = ["F"]
9696
line-length = 100
9797

9898
[tool.bumpversion]
99-
current_version = "2.0.0"
99+
current_version = "2.0.1"
100100
commit = true
101101
tag = true
102102
tag_name = "v{new_version}"

0 commit comments

Comments
 (0)