Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Koushikphy committed Nov 18, 2022
1 parent af04716 commit ac3e766
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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__
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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': [
Expand Down

0 comments on commit ac3e766

Please sign in to comment.