Skip to content

Commit 9825cf5

Browse files
committed
Bump version: 0.9.7 → 0.10.0
1 parent 6836001 commit 9825cf5

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.9.7
2+
current_version = 0.10.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)

biocypher/_metadata.py

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

1111
import toml
1212

13-
_VERSION = "0.9.7"
13+
_VERSION = "0.10.0"
1414

1515

1616
def get_metadata():

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "biocypher"
3-
version = "0.9.7"
3+
version = "0.10.0"
44
description = "A unifying framework for biomedical research knowledge graphs"
55
authors = [
66
"Sebastian Lobentanzer <sebastian.lobentanzer@gmail.com>",

0 commit comments

Comments
 (0)