diff --git a/setup.py b/setup.py index 1f6da25..3c474d3 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ description="TileGym", long_description=README, long_description_content_type="text/markdown", - url="", + url="https://github.com/NVIDIA/tilegym", packages=setuptools.find_packages(where="src"), package_dir={"": "src"}, license="MIT", diff --git a/src/tilegym/__init__.py b/src/tilegym/__init__.py index aa6ecbb..13db57d 100644 --- a/src/tilegym/__init__.py +++ b/src/tilegym/__init__.py @@ -52,7 +52,7 @@ ] # Version info -__version__ = "0.1.0" +__version__ = "1.0.0" import contextlib from enum import Enum