Skip to content

Commit 05c6906

Browse files
committed
bump version to 0.3.0
1 parent a7bb78c commit 05c6906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

celery_slack/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__title__ = 'celery-slack'
33
__description__ = 'A Slack extension for Celery.'
44
__url__ = 'https://github.com/crflynn/celery-slack'
5-
__version__ = '0.2.0'
5+
__version__ = '0.3.0'
66
__author__ = 'Christopher Flynn'
77
__author_email__ = 'crf204@gmail.com'
88
__license__ = 'MIT'

0 commit comments

Comments
 (0)