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 3cf3816 commit 6c5c9feCopy full SHA for 6c5c9fe
adb_shell/__init__.py
@@ -7,4 +7,4 @@
7
"""
8
9
10
-__version__ = '0.1.7'
+__version__ = '0.2.0'
docs/source/conf.py
@@ -26,9 +26,9 @@
26
author = 'Jeff Irion'
27
28
# The short X.Y version
29
-version = '0.1.7'
+version = '0.2.0'
30
# The full version, including alpha/beta/rc tags
31
-release = '0.1.7'
+release = '0.2.0'
32
33
34
# -- General configuration ---------------------------------------------------
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
name='adb_shell',
- version='0.1.7',
+ version='0.2.0',
description='A Python implementation of ADB with shell and FileSync functionality.',
long_description=readme,
11
keywords=['adb', 'android'],
0 commit comments