We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9e7bb commit 80e651dCopy full SHA for 80e651d
3 files changed
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.0.2
+current_version = 3.0.3
3
commit = False
4
tag = False
5
setup.py
@@ -17,7 +17,7 @@
17
setup(
18
name="slack_cleaner2",
19
description="Slack Cleaner2 is an improved slack cleaner version using a python first approach",
20
- version="3.0.2",
+ version="3.0.3",
21
license="MIT license",
22
long_description=readme,
23
long_description_content_type="text/markdown",
slack_cleaner2/_info.py
@@ -4,4 +4,4 @@
__author__ = """Samuel Gratzl"""
__email__ = "sam@sgratzl.com"
6
__license__ = "MIT License"
7
-__version__ = "3.0.2"
+__version__ = "3.0.3"
0 commit comments