Skip to content

Commit

Permalink
✨ Correct link, add __version__ to __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
hayesall committed Aug 10, 2021
1 parent 7944481 commit f3e2fe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions relational_datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from .request import fetch
from .request import load
from .request import latest_version
from ._version import __version__

__all__ = [
"get_data_home",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
url="https://srlearn.github.io/relational-datasets/",
download_url="https://github.com/hayesall/relational-datasets",
download_url="https://github.com/srlearn/relational-datasets",
license="Apache License, Version 2.0",
python_requires=">=3.7",
classifiers=[
Expand Down

0 comments on commit f3e2fe2

Please sign in to comment.