From 651d09c970471cfc097e09aa6d82cdf601f80e15 Mon Sep 17 00:00:00 2001 From: ramikg <72725910+ramikg@users.noreply.github.com> Date: Thu, 5 Aug 2021 07:20:20 +0300 Subject: [PATCH] Bump version to 0.1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d43865f..c8b0cda 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ def _post_install(self): long_description=readme_path.read_text(), long_description_content_type="text/markdown", url='https://github.com/ramikg/openwithida', - version='0.1', + version='0.1.1', packages=find_packages(), python_requires='>=3.6', install_requires=['bitnesslib'],