We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f5edf commit fb595acCopy full SHA for fb595ac
.bumpversion.cfg
@@ -1,7 +1,7 @@
1
[bumpversion]
2
commit = True
3
tag = True
4
-current_version = 0.2.4-dev
+current_version = 0.2.5-dev
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
6
serialize =
7
{major}.{minor}.{patch}-{release}
ppadb/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.2.4-dev"
+__version__ = "0.2.5-dev"
class InstallError(Exception):
def __init__(self, path, error):
setup.py
@@ -22,7 +22,7 @@
22
23
setup(
24
name='pure-python-adb',
25
- version="0.2.4-dev",
+ version="0.2.5-dev",
26
description='Pure python implementation of the adb client',
27
long_description=readme + '\n\n' + history,
28
author='Swind Ou',
0 commit comments