Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Commit

Permalink
version bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pathmann committed Aug 8, 2016
1 parent 4c18b90 commit 239420a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
==================
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/pytson.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const char* ts3plugin_name() {
}

const char* ts3plugin_version() {
return "1.0.0";
return "1.0.1";
}

int ts3plugin_apiVersion() {
Expand Down
2 changes: 1 addition & 1 deletion tools/bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
"""
Expand Down

0 comments on commit 239420a

Please sign in to comment.