We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90858a5 commit 9bd62a0Copy full SHA for 9bd62a0
patchworklib/__init__.py
@@ -1,2 +1,2 @@
1
from .patchworklib import *
2
-__version__ = "0.6.1"
+__version__ = "0.6.2"
patchworklib/patchworklib.py
@@ -31,7 +31,7 @@
31
#warnings.simplefilter('ignore', SettingWithCopyWarning)
32
warnings.simplefilter('ignore')
33
34
35
_basefigure = plt.figure(figsize=(1,1))
36
_render = _basefigure.canvas.get_renderer()
37
_scale = Affine2D().scale(1./_basefigure.dpi)
setup.py
@@ -10,7 +10,7 @@
10
URL = 'https://github.com/ponnhide/patchworklib'
11
LICENSE = 'GNU General Public License v3.0'
12
DOWNLOAD_URL = 'https://github.com/ponnhide/patchworklib'
13
-VERSION = '0.6.1'
+VERSION = '0.6.2'
14
PYTHON_REQUIRES = ">=3.7"
15
16
INSTALL_REQUIRES = [
0 commit comments