Skip to content

Commit 80e651d

Browse files
committed
release v3.0.3
1 parent 8f9e7bb commit 80e651d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

setup.cfg

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

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.2",
20+
version="3.0.3",
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.2"
7+
__version__ = "3.0.3"

0 commit comments

Comments
 (0)