Skip to content

Commit

Permalink
Merge branch 'master' of github.com:saezlab/pypath
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Apr 8, 2024
2 parents 29aa404 + 9cab02d commit a4ebe38
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.16.9
current_version = 0.16.10
commit = True
tag = True
files = pyproject.toml pypath/_metadata.py
Expand Down
2 changes: 1 addition & 1 deletion pypath/_metadata.py
Expand Up @@ -29,7 +29,7 @@

import toml

_VERSION = '0.16.9'
_VERSION = '0.16.10'


def get_metadata():
Expand Down
2 changes: 1 addition & 1 deletion pypath/resources/data/resources.json
Expand Up @@ -700,7 +700,7 @@
"perfetto@live.it",
"Livia Perfetto"
],
"license": "CC BY-SA 4.0",
"license": "CC BY-NC 4.0",
"pypath": {
"data": ["pypath.urls.urls[\"signor\"][\"all_url\"]"],
"format": ["pypath.data_formats.pathway[\"signor\"]"],
Expand Down
2 changes: 2 additions & 0 deletions pypath/utils/__init__.py
Expand Up @@ -16,3 +16,5 @@
#
# Website: https://pypath.omnipathdb.org/
#

from . import orthology as homology
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "pypath-omnipath"
version = "0.16.9"
version = "0.16.10"
description = "Molecular signaling prior knowledge processing"
license = "GPL-3.0-only"
authors = [
Expand Down

0 comments on commit a4ebe38

Please sign in to comment.