We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79552e4 commit eea3253Copy full SHA for eea3253
setup.py
@@ -2,7 +2,7 @@
2
3
from setuptools import setup
4
5
-__version__ = "2.4.2"
+__version__ = "2.4.3"
6
7
with open("README.md", "r") as fh:
8
long_description = fh.read()
@@ -28,8 +28,8 @@
28
keywords="STAC validation raster",
29
long_description=long_description,
30
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",
+ url="https://github.com/stac-utils/stac-validator",
+ download_url="https://github.com/stac-utils/stac-validator/archive/v2.4.3.tar.gz",
33
install_requires=[
34
"requests>=2.19.1",
35
"jsonschema>=3.2.0",
0 commit comments