diff --git a/README.md b/README.md index 38370ac..2b2bb2b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ pyTSon is a plugin for the TeamSpeak 3 client, it offers a python3 interface for the plugin sdk. pyTSon has a minimum C/C++ part, so that the main plugin runs in embedded python. -Current used python version is Python 3.4.3. +Current used python version is Python 3.5.2. Batteries included ================== @@ -27,7 +27,7 @@ Generating Documentation Building -------- * Qt 5.5.1 (which is the version, the TeamSpeak 3 client is currently using) -* Python 3.4.3 (static python with statically builtin modules) +* Python 3.5.2 (configure with --enable-shared) * [PythonQt](https://github.com/pathmann/PythonQt) Running diff --git a/src/pytson.cpp b/src/pytson.cpp index eb15aa3..563b78c 100644 --- a/src/pytson.cpp +++ b/src/pytson.cpp @@ -9,7 +9,7 @@ const char* ts3plugin_name() { } const char* ts3plugin_version() { - return "1.0.0"; + return "1.0.1"; } int ts3plugin_apiVersion() { diff --git a/tools/bundle.py b/tools/bundle.py index efd421f..96b65e8 100755 --- a/tools/bundle.py +++ b/tools/bundle.py @@ -28,7 +28,7 @@ Name = pyTSon Type = Plugin Author = Thomas "PLuS" Pathmann -Version = 1.0.0 +Version = 1.0.1 Platforms = %s Description = "pyTSon - A python plugin to enhance the TS3 client with python scripts" """