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-11-23 00:59:40 +0300
committerStany MARCEL <stanypub@gmail.com>2016-11-23 01:00:55 +0300
commit47027340768e86025efa8cb44f7517b209222d41 (patch)
treecf255d2de37e08554ac594ad864d3ad97e466b7c
parentca52f8bd1dd6221e116574a14eb2bf92e67efebe (diff)
Change version to 1.1
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 620a4e1..ef2549c 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.0',
+ version='1.1',
description='Steam Controller userland driver',
author='Stany MARCEL',
author_email='stanypub@gmail.com',