diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 93a35c6d..c6d9195f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.8.1 +current_version = 4.8.2 commit = True tag = True tag_name = {new_version} diff --git a/housekeeper/__init__.py b/housekeeper/__init__.py index f2ee43e0..b0f33e0c 100644 --- a/housekeeper/__init__.py +++ b/housekeeper/__init__.py @@ -1,2 +1,2 @@ __title__ = "housekeeper" -__version__ = "4.8.1" +__version__ = "4.8.2" diff --git a/setup.py b/setup.py index 813b07ae..77e61696 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,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.8.1", + version="4.8.2", description=DESCRIPTION, long_description=LONG_DESCRIPTION, long_description_content_type="text/markdown",