diff --git a/setup.py b/setup.py index e19a0d2..f6c0ec4 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ name = 'PyOTA', description = 'IOTA API library for Python', url = 'https://github.com/iotaledger/iota.lib.py', - version = '1.1.2', + version = '1.1.3', packages = find_packages('src'), include_package_data = True,