Skip to content

Commit

Permalink
Bump version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ddemid committed Feb 26, 2021
1 parent d5d73c5 commit 7ef321e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def find_version(*file_paths):
version=find_version("slack_utils", "__init__.py"),
description="A Django app for handling Slack webhooks",
long_description=read('README.md'),
long_description_content_type='text/markdown',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
Expand Down Expand Up @@ -52,4 +53,4 @@ def find_version(*file_paths):
install_requires=[
],
zip_safe=False,
)
)
2 changes: 1 addition & 1 deletion slack_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.3.0'
__version__ = '0.3.1'

default_app_config = 'slack_utils.apps.SlackUtilsConfig'

0 comments on commit 7ef321e

Please sign in to comment.