From 8d6103d8f3663317b683f6ba73e30c8112b7b39a Mon Sep 17 00:00:00 2001 From: Samuel Gratzl Date: Sun, 15 Nov 2020 15:30:15 -0500 Subject: [PATCH] release V3.0.0 --- 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 760e7a8..897065d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.4.3 +current_version = 3.0.0 commit = False tag = False diff --git a/setup.py b/setup.py index dcdfdcd..fd8bce3 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="2.4.3", + version="3.0.0", 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 7781f3c..b83ce34 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__ = "2.4.3" +__version__ = "3.0.0"