diff --git a/PKG-INFO b/PKG-INFO index fde846bf4d6f079db7b9ed59fa4e16c364dc3593..25b0fa6e158aefbb8b416e30cc73a236d4fc20a8 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,13 +1,13 @@ Metadata-Version: 2.1 Name: swh.model -Version: 0.0.46 +Version: 0.0.47 Summary: Software Heritage data model Home-page: https://forge.softwareheritage.org/diffusion/DMOD/ Author: Software Heritage developers Author-email: swh-devel@inria.fr License: UNKNOWN -Project-URL: Bug Reports, https://forge.softwareheritage.org/maniphest Project-URL: Funding, https://www.softwareheritage.org/donate +Project-URL: Bug Reports, https://forge.softwareheritage.org/maniphest Project-URL: Source, https://forge.softwareheritage.org/source/swh-model Description: swh-model ========= diff --git a/swh.model.egg-info/PKG-INFO b/swh.model.egg-info/PKG-INFO index fde846bf4d6f079db7b9ed59fa4e16c364dc3593..25b0fa6e158aefbb8b416e30cc73a236d4fc20a8 100644 --- a/swh.model.egg-info/PKG-INFO +++ b/swh.model.egg-info/PKG-INFO @@ -1,13 +1,13 @@ Metadata-Version: 2.1 Name: swh.model -Version: 0.0.46 +Version: 0.0.47 Summary: Software Heritage data model Home-page: https://forge.softwareheritage.org/diffusion/DMOD/ Author: Software Heritage developers Author-email: swh-devel@inria.fr License: UNKNOWN -Project-URL: Bug Reports, https://forge.softwareheritage.org/maniphest Project-URL: Funding, https://www.softwareheritage.org/donate +Project-URL: Bug Reports, https://forge.softwareheritage.org/maniphest Project-URL: Source, https://forge.softwareheritage.org/source/swh-model Description: swh-model ========= diff --git a/swh/__init__.py b/swh/__init__.py index de9df0686bf3cc8a381e3adf4dd9e12ceecbf000..f14e196529632bc4e37f7e7deb0b49db4742a423 100644 --- a/swh/__init__.py +++ b/swh/__init__.py @@ -1,4 +1,4 @@ +from pkgutil import extend_path from typing import Iterable -__path__ = __import__('pkgutil').extend_path(__path__, - __name__) # type: Iterable[str] +__path__ = extend_path(__path__, __name__) # type: Iterable[str] diff --git a/version.txt b/version.txt index 7c3c43ba5bae19e1309b6271a43ba90230805621..82e6a188bb01871d82dd5b7fcb4e3a8288a19e83 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v0.0.46-0-g1295f45 \ No newline at end of file +v0.0.47-0-g340b001 \ No newline at end of file