Skip to content

Commit

Permalink
Merge pull request #100 from MAAP-Project/update/release-0.3.0
Browse files Browse the repository at this point in the history
Change version to 0.3.0 for release
  • Loading branch information
sandrahoang686 authored Aug 30, 2023
2 parents 0e10c69 + f4175db commit d63f37f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ History
* First public release (beta).


0.3.0-dev (2023-08-08)
0.3.0 (2023-08-30)
----------------------

* Added automatic COG filter to narrow down available collection (Issue #66)
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = stac_ipyleaflet
version=0.3.0-dev
version=0.3.0
author = Aimee Barciauskas
description=ipyleaflet customized for discovering, visualizing and interacting with STAC data.
long_description = file: README.md
Expand All @@ -18,7 +18,7 @@ classifiers =
Programming Language :: Python :: 3.10

[bumpversion]
current_version = 0.3.0-dev
current_version = 0.3.0
commit = True
tag = True

Expand Down

0 comments on commit d63f37f

Please sign in to comment.