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 1486dca commit 20d1ddcCopy full SHA for 20d1ddc
setup.py
@@ -3,6 +3,7 @@
3
# read the contents of your README file
4
import sys
5
from pathlib import Path
6
+
7
from setuptools import find_packages, setup
8
9
this_directory = Path(__file__).parent
@@ -16,7 +17,7 @@
16
17
18
setup(
19
name="picterra",
- version="2.0.1",
20
+ version="2.0.2",
21
description="Picterra API client",
22
long_description=long_description,
23
long_description_content_type="text/markdown",
0 commit comments