Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit c9990d8

Browse files
committed
Bumping version number.
1 parent 38c382b commit c9990d8

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
@@ -9,6 +9,7 @@
99
import setuptools
1010
from setuptools import find_packages, setup
1111

12+
1213
from distutils.version import LooseVersion
1314
if LooseVersion(setuptools.__version__) < LooseVersion('20.5'):
1415
import sys
@@ -27,7 +28,7 @@
2728
name = 'PyOTA',
2829
description = 'IOTA API library for Python',
2930
url = 'https://github.com/iotaledger/iota.lib.py',
30-
version = '2.0.2',
31+
version = '2.0.3',
3132

3233
long_description = long_description,
3334

0 commit comments

Comments
 (0)