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