Skip to content

Commit 20d1ddc

Browse files
Bump package version to 2.0.2
1 parent 1486dca commit 20d1ddc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# read the contents of your README file
44
import sys
55
from pathlib import Path
6+
67
from setuptools import find_packages, setup
78

89
this_directory = Path(__file__).parent
@@ -16,7 +17,7 @@
1617

1718
setup(
1819
name="picterra",
19-
version="2.0.1",
20+
version="2.0.2",
2021
description="Picterra API client",
2122
long_description=long_description,
2223
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)