File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
from .patchworklib import *
2
- __version__ = "0.6.1 "
2
+ __version__ = "0.6.2 "
Original file line number Diff line number Diff line change 31
31
#warnings.simplefilter('ignore', SettingWithCopyWarning)
32
32
warnings .simplefilter ('ignore' )
33
33
34
- __version__ = "0.6.1 "
34
+ __version__ = "0.6.2 "
35
35
_basefigure = plt .figure (figsize = (1 ,1 ))
36
36
_render = _basefigure .canvas .get_renderer ()
37
37
_scale = Affine2D ().scale (1. / _basefigure .dpi )
Original file line number Diff line number Diff line change 10
10
URL = 'https://github.com/ponnhide/patchworklib'
11
11
LICENSE = 'GNU General Public License v3.0'
12
12
DOWNLOAD_URL = 'https://github.com/ponnhide/patchworklib'
13
- VERSION = '0.6.1 '
13
+ VERSION = '0.6.2 '
14
14
PYTHON_REQUIRES = ">=3.7"
15
15
16
16
INSTALL_REQUIRES = [
You can’t perform that action at this time.
0 commit comments