From 58e5c76cd65513295dcb0d475017dc3c88e0244f Mon Sep 17 00:00:00 2001 From: armand Date: Mon, 4 Jul 2022 11:12:31 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.17.3=20=E2=86=92=200.17.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- torchkge/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 72324f8..3279864 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.17.3 +current_version = 0.17.4 commit = True tag = True diff --git a/setup.py b/setup.py index db69b6c..c3123a4 100644 --- a/setup.py +++ b/setup.py @@ -38,6 +38,6 @@ setup_requires=setup_requirements, tests_require=test_requirements, test_suite='tests', - version='0.17.3', + version='0.17.4', zip_safe=False, ) diff --git a/torchkge/__init__.py b/torchkge/__init__.py index d906b1d..1a4555a 100755 --- a/torchkge/__init__.py +++ b/torchkge/__init__.py @@ -4,7 +4,7 @@ __author__ = """Armand Boschin""" __email__ = 'aboschin@enst.fr' -__version__ = '0.17.3' +__version__ = '0.17.4' from torchkge.exceptions import NotYetEvaluatedError from torchkge.utils import MarginLoss, LogisticLoss