Skip to content

Commit 780e412

Browse files
committed
update to v3.4.0
1 parent 332c0c5 commit 780e412

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__ = "3.3.2"
5+
__version__ = "3.4.0"
66

77
with open("README.md", "r") as fh:
88
long_description = fh.read()
@@ -11,7 +11,7 @@
1111
name="stac_validator",
1212
version=__version__,
1313
author="James Banting, Jonathan Healy",
14-
author_email="jhealy@sparkgeo.com",
14+
author_email="jonathan.d.healy@gmail.com",
1515
description="A package to validate STAC files",
1616
license="Apache-2.0",
1717
classifiers=[

0 commit comments

Comments
 (0)