Skip to content

Commit 6c5c9fe

Browse files
authored
Bump the version to 0.2.0 (#112)
1 parent 3cf3816 commit 6c5c9fe

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.1.7'
10+
__version__ = '0.2.0'

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.1.7'
29+
version = '0.2.0'
3030
# The full version, including alpha/beta/rc tags
31-
release = '0.1.7'
31+
release = '0.2.0'
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.1.7',
8+
version='0.2.0',
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)