summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichał Ociepka <michal@ociepka.info>2014-08-22 14:10:06 +0200
committerMichał Ociepka <michal@ociepka.info>2014-08-22 14:10:06 +0200
commit12d908811af474e58336ef3f728b60a640044d12 (patch)
tree704051da0440b02f1b38aa3fd9a067ff49081be7 /setup.py
parent3e5af0f9a0b22f8a163481050e882430d67dfd42 (diff)
downloaddjango-payments-taler-12d908811af474e58336ef3f728b60a640044d12.tar.gz
django-payments-taler-12d908811af474e58336ef3f728b60a640044d12.tar.bz2
django-payments-taler-12d908811af474e58336ef3f728b60a640044d12.zip
Version bumping
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c2df513..dd98e3f 100755
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@ setup(
author='Mirumee Software',
author_email='hello@mirumee.com',
description='Universal payment handling for Django',
- version='0.4.3.a8',
+ version='0.4.3.a9',
url='http://github.com/mirumee/django-payments',
packages=PACKAGES,
include_package_data=True,