From 227f8ff3d5f2e3c14dbfc974d9eee7c246daace4 Mon Sep 17 00:00:00 2001 From: albernar Date: Wed, 12 Jul 2023 15:38:40 +0100 Subject: [PATCH] updated version number to 2.0.1 --- ampligraph/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ampligraph/__init__.py b/ampligraph/__init__.py index c55d0e9e..a1f6d6bb 100644 --- a/ampligraph/__init__.py +++ b/ampligraph/__init__.py @@ -13,7 +13,7 @@ tf.compat.v1.logging.set_verbosity(tf.compat.v1.logging.ERROR) -__version__ = '2.0-dev' +__version__ = '2.0.1' __all__ = ['datasets', 'latent_features', 'discovery', 'evaluation', 'utils'] logging.config.fileConfig(