aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2015-01-20 00:15:31 +0100
committerVictor Häggqvist <[email protected]>2015-01-20 00:15:31 +0100
commit8a117c17ec903ce01ea147d4bef7fcc6ff161baa (patch)
tree72097e872c8983076e5b7e548daae2ff46acaac3 /setup.py
parent839c3efbfecebec1ea6d18440be19994ebf4416e (diff)
Make it run under Python 3v1.1.1
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 59413b1..4eed808 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ from setuptools import find_packages, setup
setup(
name='AndroidResR',
- version='1.1.0',
+ version='1.1.1',
description='A resource manager for Android',
author='Victor Häggqvist',
author_email='[email protected]',