Skip to content

Commit d99a538

Browse files
author
John Duarte
committed
Bump version: 1.1.0 → 1.1.1-dev0
1 parent 78e99f2 commit d99a538

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.1.0'
12+
__version__ = '1.1.1-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.1.0
2+
current_version = 1.1.1-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
@@ -28,7 +28,7 @@
2828

2929
setup(
3030
name='pytest-rpc',
31-
version='1.1.0',
31+
version='1.1.1-dev0',
3232
author='rpc-automation',
3333
author_email='rpc-automation@rackspace.com',
3434
license='Apache Software License 2.0',

0 commit comments

Comments
 (0)