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 4c7c366 commit a8c02bcCopy full SHA for a8c02bc
setup.py
@@ -2,7 +2,7 @@
2
3
from setuptools import setup
4
5
-__version__ = "2.4.3"
+__version__ = "2.5.0"
6
7
with open("README.md", "r") as fh:
8
long_description = fh.read()
@@ -29,7 +29,7 @@
29
long_description=long_description,
30
long_description_content_type="text/markdown",
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",
+ download_url="https://github.com/stac-utils/stac-validator/archive/v2.5.0.tar.gz",
33
install_requires=[
34
"requests>=2.19.1",
35
"jsonschema>=3.2.0",
0 commit comments