diff --git a/setup.cfg b/setup.cfg index 901b744..2758023 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.4 +current_version = 3.0.5 commit = False tag = False diff --git a/setup.py b/setup.py index 3dc453e..e838636 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name="slack_cleaner2", description="Slack Cleaner2 is an improved slack cleaner version using a python first approach", - version="3.0.4", + version="3.0.5", license="MIT license", long_description=readme, long_description_content_type="text/markdown", diff --git a/slack_cleaner2/_info.py b/slack_cleaner2/_info.py index 6e8c65a..4fd8881 100644 --- a/slack_cleaner2/_info.py +++ b/slack_cleaner2/_info.py @@ -4,4 +4,4 @@ __author__ = """Samuel Gratzl""" __email__ = "sam@sgratzl.com" __license__ = "MIT License" -__version__ = "3.0.4" +__version__ = "3.0.5"