Skip to content

Commit a8c02bc

Browse files
authored
Update setup.py
1 parent 4c7c366 commit a8c02bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

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

33
from setuptools import setup
44

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

77
with open("README.md", "r") as fh:
88
long_description = fh.read()
@@ -29,7 +29,7 @@
2929
long_description=long_description,
3030
long_description_content_type="text/markdown",
3131
url="https://github.com/stac-utils/stac-validator",
32-
download_url="https://github.com/stac-utils/stac-validator/archive/v2.4.3.tar.gz",
32+
download_url="https://github.com/stac-utils/stac-validator/archive/v2.5.0.tar.gz",
3333
install_requires=[
3434
"requests>=2.19.1",
3535
"jsonschema>=3.2.0",

0 commit comments

Comments
 (0)