diff --git a/setup.cfg b/setup.cfg index c8a2b6f..e0d575f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.2.6 +current_version = 3.2.7 commit = False tag = False diff --git a/setup.py b/setup.py index de28aab..5adfc62 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.2.6", + version="3.2.7", 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 29b5874..f5432a3 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.2.6" +__version__ = "3.2.7"