Skip to content

Commit 26a6425

Browse files
committed
Bump version: 0.2.6-dev → 0.3.0-dev
Release Note: 1. Merge Implement async functionality Swind#47 by JeffLIrion 2. Merge Check the length of the screencap before indexing into it Swind#53 by JeffLIrion 3. Remove python 2 support
1 parent 846ce71 commit 26a6425

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 0.2.6-dev
4+
current_version = 0.3.0-dev
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
66
serialize =
77
{major}.{minor}.{patch}-{release}

ppadb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.2.6-dev"
1+
__version__ = "0.3.0-dev"
22

33
class InstallError(Exception):
44
def __init__(self, path, error):

setup.py

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

2222
setup(
2323
name='pure-python-adb',
24-
version="0.2.6-dev",
24+
version="0.3.0-dev",
2525
description='Pure python implementation of the adb client',
2626
long_description=readme + '\n\n' + history,
2727
author='Swind Ou',

0 commit comments

Comments
 (0)