From 928fdae578ff065a37e518c4b7bafdb7ce5184e0 Mon Sep 17 00:00:00 2001 From: Bogdan Hodorog Date: Tue, 22 Jan 2013 15:49:29 +0200 Subject: [PATCH] enable upload myself to s3 and bump the minor version --- dbtemplates/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',], )