Skip to content

Commit 615a69e

Browse files
author
John Duarte
committed
Bump version: 1.0.2 → 1.1.0-dev0
1 parent a1e48cc commit 615a69e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pytest_rpc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# ==============================================================================
1010
# Globals
1111
# ==============================================================================
12-
__version__ = '1.0.2'
12+
__version__ = '1.1.0-dev0'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.2
2+
current_version = 1.1.0-dev0
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?

setup.py

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

2828
setup(
2929
name='pytest-rpc',
30-
version='1.0.2',
30+
version='1.1.0-dev0',
3131
author='rpc-automation',
3232
author_email='rpc-automation@rackspace.com',
3333
license='Apache Software License 2.0',

0 commit comments

Comments
 (0)