summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Williams <neil.williams@linaro.org>2016-08-10 13:28:08 +0100
committerNeil Williams <neil.williams@linaro.org>2016-08-10 13:28:08 +0100
commit2816070aa77b7ca8a85b3416cd391c91d2853411 (patch)
tree08325f89c272c93fb73246c39708024b3af1bc8c
parenteb4b4f1d483f56af8d4708d7f7f8ff75cd328a2c (diff)
prepare for new release with python3 supportHEADrelease-0.1.3master
Change-Id: I51a7c8750ee90b9b2318da145a625eafbca34590
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index db08096..25e59af 100755
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ from setuptools import setup
setup(
name='django-testproject',
- version="0.1.2",
+ version="0.1.3",
author="Linaro Limited",
author_email="lava-team@linaro.org",
description="Universal project for running unit tests of Django applications",