Skip to content

Commit

Permalink
fix project url in setup.py (#6)
Browse files Browse the repository at this point in the history
* update to v0.0.2

* fix project url
  • Loading branch information
fcakyon authored Jul 14, 2021
1 parent a51285a commit 61fff89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jury/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from jury.pipeline import Jury

__version__ = "0.0.1"
__version__ = "0.0.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def get_version():
description="Evalution toolkit for neural language generation.",
long_description=get_long_description(),
long_description_content_type="text/markdown",
url="https://github.com/obss/level",
url="https://github.com/obss/jury",
packages=setuptools.find_packages(exclude=["tests"]),
python_requires=">=3.7",
install_requires=get_requirements(),
Expand Down

0 comments on commit 61fff89

Please sign in to comment.