From c63daf31c8ad0d4b61d1136a2c2abb7f3130bac0 Mon Sep 17 00:00:00 2001 From: ramikg <72725910+ramikg@users.noreply.github.com> Date: Sat, 30 Oct 2021 19:46:10 +0300 Subject: [PATCH] Bump version to 0.3.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 944a3a2..f628d84 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def __init__(self, *args, **kwargs): long_description=long_description, long_description_content_type='text/markdown', url='https://github.com/ramikg/openwithida', - version='0.2.0', + version='0.3.0', packages=find_packages(), install_requires=['bitnesslib>=0.1.1'], classifiers=[