From 4df5758bf350a9be783145cbe7bd2f598f87b994 Mon Sep 17 00:00:00 2001 From: Alex Samuel Date: Thu, 23 Jan 2025 13:02:11 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.33.1=20=E2=86=92=200.33.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/conf.py | 4 ++-- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 222ef9de..ba9e207f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.33.1 +current_version = 0.33.2 commit = True tag = True tag_name = v{new_version} diff --git a/docs/conf.py b/docs/conf.py index 618982bd..e7e2e462 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,9 +58,9 @@ # built documents. # # The short X.Y version. -version = '0.33.1' +version = '0.33.2' # The full version, including alpha/beta/rc tags. -release = '0.33.1' +release = '0.33.2' # 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 df55af5c..06bc74ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "apsis" -version = "0.33.1" +version = "0.33.2" description = "Easy-to-use task scheduler" readme = "README.md" license = {text = "MIT License"}