Skip to content

Commit e0a270f

Browse files
authored
Bump the version to 0.2.1 (#116)
1 parent 48b6d19 commit e0a270f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

adb_shell/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
"""
88

99

10-
__version__ = '0.2.0'
10+
__version__ = '0.2.1'

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
author = 'Jeff Irion'
2727

2828
# The short X.Y version
29-
version = '0.2.0'
29+
version = '0.2.1'
3030
# The full version, including alpha/beta/rc tags
31-
release = '0.2.0'
31+
release = '0.2.1'
3232

3333

3434
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='adb_shell',
8-
version='0.2.0',
8+
version='0.2.1',
99
description='A Python implementation of ADB with shell and FileSync functionality.',
1010
long_description=readme,
1111
keywords=['adb', 'android'],

0 commit comments

Comments
 (0)