diff --git a/adb_shell/__init__.py b/adb_shell/__init__.py index 2d7572b..ee6c681 100644 --- a/adb_shell/__init__.py +++ b/adb_shell/__init__.py @@ -7,4 +7,4 @@ """ -__version__ = '0.2.0' +__version__ = '0.2.1' diff --git a/docs/source/conf.py b/docs/source/conf.py index b276e9a..ab9b2da 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,9 +26,9 @@ author = 'Jeff Irion' # The short X.Y version -version = '0.2.0' +version = '0.2.1' # The full version, including alpha/beta/rc tags -release = '0.2.0' +release = '0.2.1' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 756bba8..648b228 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ 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, keywords=['adb', 'android'],