Skip to content

Commit eea3253

Browse files
authored
Update setup.py
1 parent 79552e4 commit eea3253

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup
44

5-
__version__ = "2.4.2"
5+
__version__ = "2.4.3"
66

77
with open("README.md", "r") as fh:
88
long_description = fh.read()
@@ -28,8 +28,8 @@
2828
keywords="STAC validation raster",
2929
long_description=long_description,
3030
long_description_content_type="text/markdown",
31-
url="https://github.com/sparkgeo/stac-validator",
32-
download_url="https://github.com/sparkgeo/stac-validator/archive/v2.3.0.tar.gz",
31+
url="https://github.com/stac-utils/stac-validator",
32+
download_url="https://github.com/stac-utils/stac-validator/archive/v2.4.3.tar.gz",
3333
install_requires=[
3434
"requests>=2.19.1",
3535
"jsonschema>=3.2.0",

0 commit comments

Comments
 (0)