Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ynsta/steamcontroller.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStany MARCEL <stanypub@gmail.com>2016-12-02 14:08:16 +0300
committerStany MARCEL <stanypub@gmail.com>2016-12-02 14:08:16 +0300
commit8c1d57d816f688bd7b3c3888f4eb4a29bcb66ac9 (patch)
tree75cc780cfffba65bb9723052f24667740bb383da
parent0c439095333dfed5aa36e594ef6840008128b36f (diff)
Change version to 1.2v1.2
Signed-off-by: Stany MARCEL <stanypub@gmail.com>
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0e3e98e..e59fa69 100755
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ if sys.version_info < (3,4):
deps.append('enum34')
setup(name='python-steamcontroller',
- version='1.1',
+ version='1.2',
description='Steam Controller userland driver',
author='Stany MARCEL',
author_email='stanypub@gmail.com',