Skip to content

Commit fb595ac

Browse files
committed
Bump version: 0.2.4-dev → 0.2.5-dev
1 parent 92f5edf commit fb595ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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.4-dev
4+
current_version = 0.2.5-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.4-dev"
1+
__version__ = "0.2.5-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
@@ -22,7 +22,7 @@
2222

2323
setup(
2424
name='pure-python-adb',
25-
version="0.2.4-dev",
25+
version="0.2.5-dev",
2626
description='Pure python implementation of the adb client',
2727
long_description=readme + '\n\n' + history,
2828
author='Swind Ou',

0 commit comments

Comments
 (0)