Skip to content

Commit

Permalink
Bump package version number
Browse files Browse the repository at this point in the history
Patch bump for upgraded dependencies. I also marked the project Production-ready because it’s been in Beta for long enough.
  • Loading branch information
MasterKale committed Mar 6, 2020
1 parent 015f4ab commit caa203b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='django-cra-helper',
version='1.2.0',
version='1.2.1',
description='The missing piece of the Django + React puzzle',
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -19,15 +19,15 @@
author_email='[email protected]',
license='MIT',
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
],
keywords='django react create-react-app integrate',
packages=find_packages(exclude=['contrib', 'docs', 'tests']),
install_requires=[
'bleach>=2',
'bleach>=3.1.1',
'django-proxy>=1.2.1',
],
)

0 comments on commit caa203b

Please sign in to comment.