From ac3e7667c646433ec81941f4ffa4355ef805b1b1 Mon Sep 17 00:00:00 2001 From: Koushik Naskar Date: Fri, 18 Nov 2022 12:06:52 +0530 Subject: [PATCH] update version --- Readme.md | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 7cb98a2..a98bf58 100644 --- a/Readme.md +++ b/Readme.md @@ -4,7 +4,7 @@ 1. __Installation__ Download and install the package from the latest [release section](https://github.com/Koushikphy/mfig/releases/latest) or directly install it using ``` -pip install https://github.com/Koushikphy/mfig/releases/download/0.1.0/mfig-0.1.0.tar.gz +pip install https://github.com/Koushikphy/mfig/releases/download/0.2.0/mfig-0.2.0.tar.gz ``` 1. __Usage__ diff --git a/setup.py b/setup.py index 4fc377a..4b0a035 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ txt = f.read() setup(name='mfig', - version='0.1.0', + version='0.2.0', description='A tool for merging multiple figures into one', long_description=txt, author='Koushik Naskar', @@ -22,7 +22,7 @@ keywords='Imgae merging', project_urls={'Source Code': 'https://github.com/Koushikphy/mfig'}, zip_safe=True, - python_requires='>=2.7', + python_requires='>=3.5', packages=find_packages(), entry_points={ 'console_scripts': [