Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
koralarts committed Dec 2, 2014
1 parent f37e593 commit c666a32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = "1.0.0"
VERSION = "1.1.0"

LONG_DESCRIPTION = """
=================================
Expand Down Expand Up @@ -39,4 +39,4 @@
],
keywords=['django','settings','utility'],
packages=find_packages(),
)
)

0 comments on commit c666a32

Please sign in to comment.