Skip to content

Commit 2f5c35b

Browse files
committed
Update README
1 parent f91b5d0 commit 2f5c35b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you want to use developmental version, it can be installed using the followin
1616
`pip install git+https://github.com/ponnhide/patchworklib.git`
1717

1818
## News
19-
**02042022 Version 0.3.4 is released**
19+
**02042022 Version 0.3.5 is released**
2020
- Some bugs in `move_legend` were fixed. (The `move_legend` for seaborn grided plot was not working properly.)
2121
- Improved the speed of `savefig` operation.
2222

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
URL = 'https://github.com/ponnhide/patchworklib'
1313
LICENSE = 'GNU General Public License v3.0'
1414
DOWNLOAD_URL = 'https://github.com/ponnhide/patchworklib'
15-
VERSION = '0.3.1'
15+
VERSION = '0.3.5'
1616
PYTHON_REQUIRES = ">=3.7"
1717

1818
INSTALL_REQUIRES = [

0 commit comments

Comments
 (0)