File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
# ==============================================================================
10
10
# Globals
11
11
# ==============================================================================
12
- __version__ = '1.1.0 '
12
+ __version__ = '1.1.1-dev0 '
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.1.0
2
+ current_version = 1.1.1-dev0
3
3
commit = True
4
4
tag = False
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
Original file line number Diff line number Diff line change 28
28
29
29
setup (
30
30
name = 'pytest-rpc' ,
31
- version = '1.1.0 ' ,
31
+ version = '1.1.1-dev0 ' ,
32
32
author = 'rpc-automation' ,
33
33
author_email = 'rpc-automation@rackspace.com' ,
34
34
license = 'Apache Software License 2.0' ,
You can’t perform that action at this time.
0 commit comments