We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95033d2 commit da9ffbaCopy full SHA for da9ffba
adb_shell/__init__.py
@@ -7,4 +7,4 @@
7
"""
8
9
10
-__version__ = '0.1.1'
+__version__ = '0.1.2'
docs/source/conf.py
@@ -26,9 +26,9 @@
26
author = 'Jeff Irion'
27
28
# The short X.Y version
29
-version = '0.1.1'
+version = '0.1.2'
30
# The full version, including alpha/beta/rc tags
31
-release = '0.1.1'
+release = '0.1.2'
32
33
34
# -- General configuration ---------------------------------------------------
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
name='adb_shell',
- version='0.1.1',
+ version='0.1.2',
description='A Python implementation of ADB with shell and FileSync functionality.',
long_description=readme,
11
keywords=['adb', 'android'],
0 commit comments