Skip to content

Commit

Permalink
Release: 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinaPieri committed Aug 12, 2023
1 parent 79ccfde commit 9f26e3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nlgmetricverse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f26e3d

Please sign in to comment.