Skip to content

Commit cb386c9

Browse files
committed
Bump version: 0.1.10 → 0.1.11-dev
1 parent e188e50 commit cb386c9

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,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.10
2+
current_version = 0.1.11-dev
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:-(?P<release>[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+(?P<build>[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
copyright = '2018, Daniel Domingo-Fernández, Sarah Mubeen, and Josep Marin Llao'
2222
author = 'Daniel Domingo-Fernández, Sarah Mubeen, and Josep Marin Llao'
2323

24-
release = '0.1.10'
24+
release = '0.1.11-dev'
2525

2626
parsed_version = re.match(
2727
'(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:-(?P<release>[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+(?P<build>[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?',

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
##########################
44
[metadata]
55
name = pathme
6-
version = 0.1.10
6+
version = 0.1.11-dev
77
description = Harmonizing pathway databases using Biological Expression Language (BEL)
88
long_description = file: README.rst
99

0 commit comments

Comments
 (0)