Skip to content

Commit 4c04aa7

Browse files
committed
Bump version: 0.0.3-dev → 0.0.3
1 parent ef27f8d commit 4c04aa7

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.0.3-dev
2+
current_version = 0.0.3
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 = '2020, Josep Marín-Llaó, Sergi Picart Armada, Daniel Domingo-Fernández'
2222
author = ' Josep Marín-Llaó, Sergi Picart Armada, Daniel Domingo-Fernández'
2323

24-
release = '0.0.3-dev'
24+
release = '0.0.3'
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 = diffupath
6-
version = 0.0.3-dev
6+
version = 0.0.3
77
description = Compute diffusion scores over networks from biological databases
88
long_description = file: README.rst
99

0 commit comments

Comments
 (0)