diff --git a/dbtemplates/__init__.py b/dbtemplates/__init__.py index 56e88fa..ff39557 100644 --- a/dbtemplates/__init__.py +++ b/dbtemplates/__init__.py @@ -1,2 +1,2 @@ # following PEP 386 -__version__ = "1.4pbs" +__version__ = "1.4.1pbs" diff --git a/setup.py b/setup.py index 778878f..a259627 100644 --- a/setup.py +++ b/setup.py @@ -47,5 +47,5 @@ setup( 'Programming Language :: Python :: 2.7', 'Framework :: Django', ], - install_requires=['django-appconf >= 0.4'], + install_requires=['django-appconf >= 0.4', 's3sourceuploader',], )