aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 272810e42..92ada78e3 100644
--- a/setup.py
+++ b/setup.py
@@ -26,9 +26,15 @@ OpenSSL: You can specify the location of OpenSSL DLLs with option --opnessl=</pa
You can download OpenSSL for windows here: http://slproweb.com/products/Win32OpenSSL.html
"""
-__version__ = "1.2.1"
+__version__ = "1.3.0dev"
submodules = {
+ '1.3.0dev': [
+ ["shiboken", "master"],
+ ["pyside", "master"],
+ ["pyside-tools", "master"],
+ ["pyside-examples", "master"],
+ ],
'1.2.1': [
["shiboken", "1.2.1"],
["pyside", "1.2.1"],