aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorRoman Lacko <backup.rlacko@gmail.com>2012-09-11 13:13:46 +0200
committerRoman Lacko <backup.rlacko@gmail.com>2012-09-11 13:13:46 +0200
commitc4ba25184f9920cab69e40f5bc572b135edbc137 (patch)
treeb082263d10f8e16e900c5911d49d4181ca7249b4 /setup.py
parent2a6feba571fa0db654f1809b89092a518f686e59 (diff)
Back to development
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f81892c9f..579c1f6a2 100644
--- a/setup.py
+++ b/setup.py
@@ -30,10 +30,16 @@ On Windows You need to execute this script from Visual Studio 2008 Command Promp
Building 64bit version is not supported with Visual Studio 2008 Express Edition.
"""
-__version__ = "1.1.2"
+__version__ = "1.1.3dev"
submodules = {
__version__: [
+ ["shiboken", "master"],
+ ["pyside", "master"],
+ ["pyside-tools", "master"],
+ ["pyside-examples", "master"],
+ ],
+ '1.1.2': [
["shiboken", "1.1.2"],
["pyside", "1.1.2"],
["pyside-tools", "0.2.14"],