diff --git a/setup.cfg b/setup.cfg index 99b9111..b11f6bf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.3 +current_version = 0.10.4 commit = True tag = True diff --git a/setup.py b/setup.py index 76ab95d..3898b80 100644 --- a/setup.py +++ b/setup.py @@ -39,6 +39,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/torchkge-team/torchkge', - version='0.10.3', + version='0.10.4', zip_safe=False, ) diff --git a/torchkge/__init__.py b/torchkge/__init__.py index c930706..0c1bef8 100644 --- a/torchkge/__init__.py +++ b/torchkge/__init__.py @@ -4,7 +4,7 @@ __author__ = """Armand Boschin""" __email__ = 'aboschin@enst.fr' -__version__ = '0.10.3' +__version__ = '0.10.4' from .data import KnowledgeGraph