We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 359b6a1 commit 80006b9Copy full SHA for 80006b9
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 0.5.1
2
+
3
+## Bug fixes
4
5
+* Fixed rety mechanism
6
7
# 0.4.9
8
9
## Bug fixes
planetary_computer/version.py
@@ -1,3 +1,3 @@
"""Library version"""
-__version__ = "0.4.9"
+__version__ = "0.5.1"
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = planetary-computer
-version = 0.4.9
+version = 0.5.1
license_file = LICENSE
author = microsoft
author_email = planetarycomputer@microsoft.com
0 commit comments