From 924e2d1c42bf584a6389d6f44b26511fbd301d3a Mon Sep 17 00:00:00 2001 From: Alex Samuel Date: Fri, 28 Jan 2022 14:21:08 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.10.3=20=E2=86=92=200.10.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 4 ++-- python/apsis/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 246d5b4f..e704a1d9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/python/apsis/__init__.py b/python/apsis/__init__.py index b2385cb4..d9b054ab 100644 --- a/python/apsis/__init__.py +++ b/python/apsis/__init__.py @@ -1 +1 @@ -__version__ = "0.10.3" +__version__ = "0.10.4" diff --git a/setup.cfg b/setup.cfg index 70a4bbe9..001bf9b1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.3 +current_version = 0.10.4 commit = True tag = True tag_name = v{new_version} diff --git a/setup.py b/setup.py index 78cad9f7..d3941467 100644 --- a/setup.py +++ b/setup.py @@ -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",