We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ade21 commit a543c7bCopy full SHA for a543c7b
2 files changed
planetary_computer/version.py
@@ -1,2 +1,2 @@
1
-__version__ = "0.2.1"
+__version__ = "0.2.2"
2
"""Library version"""
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = planetary-computer
3
-version = 0.2.1
+version = 0.2.2
4
license_file = LICENSE
5
author = microsoft
6
author_email = planetarycomputer@microsoft.com
@@ -9,7 +9,7 @@ long_description_content_type = text/markdown
9
description = Planetary Computer SDK for Python
10
11
[options]
12
-packages = planetary_computer
+packages = find:
13
install_requires =
14
click>=7.1
15
pydantic[dotenv]>=1.7.3
0 commit comments