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 6311000 commit a60b3d9Copy full SHA for a60b3d9
3 files changed
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.0.0
+current_version = 3.0.1
3
commit = False
4
tag = False
5
@@ -18,4 +18,3 @@ test = pytest
18
19
[tool:pytest]
20
collect_ignore = ['setup.py']
21
-
setup.py
@@ -17,7 +17,7 @@
17
setup(
name="slack_cleaner2",
description="Slack Cleaner2 is an improved slack cleaner version using a python first approach",
- version="3.0.0",
+ version="3.0.1",
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.0"
+__version__ = "3.0.1"
0 commit comments