Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
patch version bump -> 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KMarkert committed Jun 23, 2021
1 parent d27aa68 commit 64dce2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion restee/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from restee.values import *
from restee.tables import *

__version__ = "0.0.2"
__version__ = "0.0.3"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
long_description = fh.read()

setup(name='restee',
version='0.0.2',
version='0.0.3',
description='Python package to call processed EE objects via the REST API to local data',
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -29,4 +29,4 @@
'earthengine-api',
'tqdm',
],
)
)

0 comments on commit 64dce2b

Please sign in to comment.