Skip to content

Commit

Permalink
Merge pull request #586 from opendatacube/for_release_1.8.8
Browse files Browse the repository at this point in the history
Increment version number to 1.8.8.
  • Loading branch information
pindge authored May 4, 2021
2 parents d8df4c5 + ee4e090 commit e675148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datacube_ows/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
try:
from ._version import version as __version__
except ImportError:
__version__ = "1.8.7+?"
__version__ = "1.8.8+?"

0 comments on commit e675148

Please sign in to comment.