Skip to content

Commit 80006b9

Browse files
author
Tom Augspurger
authored
Bump version (#56)
1 parent 359b6a1 commit 80006b9

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.5.1
2+
3+
## Bug fixes
4+
5+
* Fixed rety mechanism
6+
17
# 0.4.9
28

39
## Bug fixes

planetary_computer/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Library version"""
22

3-
__version__ = "0.4.9"
3+
__version__ = "0.5.1"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = planetary-computer
3-
version = 0.4.9
3+
version = 0.5.1
44
license_file = LICENSE
55
author = microsoft
66
author_email = planetarycomputer@microsoft.com

0 commit comments

Comments
 (0)