Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kapadia committed Mar 10, 2023
1 parent e3c1bb8 commit a32bc01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usgs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

__version__ = "0.3.4"
__version__ = "0.3.5"

# The USGS API endpoint
USGS_API_DEPRECATED = "https://earthexplorer.usgs.gov/inventory/json/v/1.4.0"
Expand Down Expand Up @@ -30,4 +30,4 @@ class USGSDependencyRequired(ImportError):
pass

class USGSAuthExpiredError(Exception):
pass
pass

0 comments on commit a32bc01

Please sign in to comment.