diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a2b0bddc..d226d1eb 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.30.0 +current_version = 0.31.0 commit = True tag = True tag_name = v{new_version} diff --git a/docs/conf.py b/docs/conf.py index fec00dce..397004a0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,9 +58,9 @@ # built documents. # # The short X.Y version. -version = '0.30.0' +version = '0.31.0' # The full version, including alpha/beta/rc tags. -release = '0.30.0' +release = '0.31.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyproject.toml b/pyproject.toml index 4c8c3c55..9caacab7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "apsis" -version = "0.30.0" +version = "0.31.0" description = "Easy-to-use task scheduler" readme = "README.md" license = {text = "MIT License"}