enable upload myself to s3 and bump the minor version

This commit is contained in:
Bogdan Hodorog 2013-01-22 15:49:29 +02:00
parent cd197512fa
commit 928fdae578
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
# following PEP 386
__version__ = "1.4pbs"
__version__ = "1.4.1pbs"

View file

@ -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',],
)