Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Sutyak authored Aug 1, 2018
1 parent 46dda3e commit 293b346
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='coderedcms',
version='0.5.0',
version='0.5.1',
packages=find_packages(),
include_package_data=True,
license='BSD License',
Expand All @@ -35,6 +35,7 @@
],
install_requires=[
'django-bootstrap4',
'django>=1.11,<2.1',
'pygments>=2.2.0,<3.0',
'wagtail==2.1.*',
'wagtailfontawesome>=1.1.3,<2.0',
Expand Down

0 comments on commit 293b346

Please sign in to comment.