Skip to content

Commit a60b3d9

Browse files
committed
release v3.0.1
1 parent 6311000 commit a60b3d9

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.0.0
2+
current_version = 3.0.1
33
commit = False
44
tag = False
55

@@ -18,4 +18,3 @@ test = pytest
1818

1919
[tool:pytest]
2020
collect_ignore = ['setup.py']
21-

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
setup(
1818
name="slack_cleaner2",
1919
description="Slack Cleaner2 is an improved slack cleaner version using a python first approach",
20-
version="3.0.0",
20+
version="3.0.1",
2121
license="MIT license",
2222
long_description=readme,
2323
long_description_content_type="text/markdown",

slack_cleaner2/_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
__author__ = """Samuel Gratzl"""
55
__email__ = "sam@sgratzl.com"
66
__license__ = "MIT License"
7-
__version__ = "3.0.0"
7+
__version__ = "3.0.1"

0 commit comments

Comments
 (0)