Skip to content

Commit 030b437

Browse files
committed
Bump version: 0.25.0 → 0.25.1
1 parent bd37750 commit 030b437

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.25.0
2+
current_version = 0.25.1
33
commit = True
44
tag = True
55
tag_name = v{new_version}

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 = '0.25.0'
61+
version = '0.25.1'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '0.25.0'
63+
release = '0.25.1'
6464

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
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 = "0.25.0"
7+
version = "0.25.1"
88
description = "Easy-to-use task scheduler"
99
readme = "README.md"
1010
license = {text = "MIT License"}

0 commit comments

Comments
 (0)