From bae03075c2923afcc09f75a4580c17337ea09fe5 Mon Sep 17 00:00:00 2001 From: Samuel Gratzl Date: Sat, 8 Jun 2024 20:36:48 -0400 Subject: [PATCH] release: v3.2.5 --- setup.cfg | 2 +- setup.py | 2 +- slack_cleaner2/_info.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index c50c803..f14f946 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.2.4 +current_version = 3.2.5 commit = False tag = False diff --git a/setup.py b/setup.py index 79f623a..11c5312 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.4", + version="3.2.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 dd2c13a..0be36f8 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.4" +__version__ = "3.2.5"