Skip to content

Commit

Permalink
Switch the core version number to v0.2.1a0
Browse files Browse the repository at this point in the history
Becuase of a bonehead mistake on @gadomski's part, forgot to update this
version number before pushing a tag for v0.2.0. Do'h.
  • Loading branch information
gadomski committed Jun 10, 2021
1 parent 9b5d763 commit be2dfcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stactools/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from stactools.core.layout import layout_catalog
from stactools.core.merge import (merge_items, merge_all_items)

__version__ = "0.2.0"
__version__ = "0.2.1a0"

0 comments on commit be2dfcc

Please sign in to comment.