From 5f1082c4001bead0217ef54b3ad8693ab572f2b6 Mon Sep 17 00:00:00 2001 From: Clinical Genomics Bot Date: Wed, 14 Aug 2024 14:27:10 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.13.1=20=E2=86=92=204.13.2?= =?UTF-8?q?=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- housekeeper/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4f4cf964..c9876091 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.13.1 +current_version = 4.13.2 commit = True tag = True tag_name = {new_version} diff --git a/housekeeper/__init__.py b/housekeeper/__init__.py index 0394ba40..26c03e7c 100644 --- a/housekeeper/__init__.py +++ b/housekeeper/__init__.py @@ -1,2 +1,2 @@ __title__ = "housekeeper" -__version__ = "4.13.1" +__version__ = "4.13.2" diff --git a/setup.py b/setup.py index 30e13879..323994e1 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ def parse_reqs(req_path="./requirements.txt"): # Versions should comply with PEP440. For a discussion on # single-sourcing the version across setup.py and the project code, # see http://packaging.python.org/en/latest/tutorial.html#version - version="4.13.1", + version="4.13.2", description=DESCRIPTION, long_description=LONG_DESCRIPTION, long_description_content_type="text/markdown",