Skip to content

Commit

Permalink
Update setup.py to reflect release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dibs-devs committed May 6, 2019
1 parent ab42f32 commit 0c194ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='django-chatter',
version='0.1.2',
version='0.1.3',
packages=find_packages(),
include_package_data=True,
license='MIT License', # example license
Expand All @@ -33,7 +33,6 @@
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
],
install_requires=[
'shortuuid==0.5.0',
'channels==2.1.7',
'bleach==3.1.0',
'django>=2.0.9, <3',
Expand Down

0 comments on commit 0c194ce

Please sign in to comment.