Skip to content

Commit

Permalink
Bump version: 0.10.3 → 0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhsamuel committed Jan 28, 2022
1 parent ede616c commit 924e2d1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = '0.10.3'
version = '0.10.4'
# The full version, including alpha/beta/rc tags.
release = '0.10.3'
release = '0.10.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion python/apsis/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.10.3"
__version__ = "0.10.4"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.10.3
current_version = 0.10.4
commit = True
tag = True
tag_name = v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name ="apsis",
version ="0.10.3",
version ="0.10.4",
description ="Easy-to-use task scheduler",
long_description=long_description,
url ="https://github.com/alexhsamuel/apsis",
Expand Down

0 comments on commit 924e2d1

Please sign in to comment.