From 9f26e3dbe23f6631c38121a38663b4e08efe397c Mon Sep 17 00:00:00 2001 From: ValentinaPieri Date: Sat, 12 Aug 2023 21:34:51 +0200 Subject: [PATCH] Release: 0.9.7 --- nlgmetricverse/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nlgmetricverse/__init__.py b/nlgmetricverse/__init__.py index be7a4e3..fd561e8 100644 --- a/nlgmetricverse/__init__.py +++ b/nlgmetricverse/__init__.py @@ -11,4 +11,4 @@ from nlgmetricverse.visualization.similarity_word_matching import similarity_word_matching from nlgmetricverse.visualization.bert_neuron_factors import bert_neuron_factors -__version__ = "0.9.6" +__version__ = "0.9.7" diff --git a/setup.py b/setup.py index 13be0d9..fcc232d 100644 --- a/setup.py +++ b/setup.py @@ -157,7 +157,7 @@ def add_pywin(reqs): long_description=get_long_description(), long_description_content_type="text/markdown", url='https://github.com/disi-unibo-nlp/nlg-metricverse', - download_url='https://github.com/disi-unibo-nlp/nlg-metricverse/archive/refs/tags/0.9.6.tar.gz', + download_url='https://github.com/disi-unibo-nlp/nlg-metricverse/archive/refs/tags/0.9.7.tar.gz', packages=setuptools.find_packages(exclude=["tests"]), python_requires=">=3.7", install_requires=requirements, # dependencies NECESSARY to run the project