Skip to content

Commit

Permalink
Updating version number so that builds are all updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriel Velazquez authored and Adriel Velazquez committed Jun 2, 2016
1 parent 6d8c64b commit 2580bfb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


install_requires = [
'Django >= 1.4.1',
'Django >= 1.9.1',
'South >= 0.8.4',
]

Expand All @@ -26,8 +26,7 @@ def run(self):
os.chdir(testproj_dir)
sys.path.append(testproj_dir)
from django.core.management import execute_from_command_line
os.environ["DJANGO_SETTINGS_MODULE"] = os.environ.get(
"DJANGO_SETTINGS_MODULE", "settings")
os.environ["DJANGO_SETTINGS_MODULE"] = os.environ.get("DJANGO_SETTINGS_MODULE", "settings")
settings_file = os.environ["DJANGO_SETTINGS_MODULE"]
prev_argv = list(sys.argv)
try:
Expand All @@ -50,7 +49,7 @@ def finalize_options(self):

setup(
name='django-auth-remember',
version='0.3',
version='0.4',
url='https://github.com/ailabs/django-auth-remember/',
license='MIT',
author='Michael van Tellingen',
Expand Down

0 comments on commit 2580bfb

Please # to comment.