Skip to content

Commit

Permalink
Bump version: 0.4.4 -> 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
James O'Brien committed Apr 8, 2018
1 parent 628ed38 commit b3dffc5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
here = os.path.abspath(os.path.dirname(__file__))
README = io.open(os.path.join(here, 'README.rst'), encoding="utf8").read()

version = '0.4.4'
version = '0.4.5'
author = 'joke2k'
description = "Django-environ allows you to utilize 12factor inspired environment " \
"variables to configure your Django application."
install_requires = ['django', 'six']
install_requires = ['six']

setup(name='django-environ',
version=version,
Expand Down Expand Up @@ -47,6 +47,7 @@
license='MIT License',
packages=find_packages(),
platforms=["any"],
tests_require=['flask'],
include_package_data=True,
test_suite='environ.test.load_suite',
zip_safe=False,
Expand Down

0 comments on commit b3dffc5

Please sign in to comment.