Skip to content

Commit 9bd62a0

Browse files
committed
0.6.2
1 parent 90858a5 commit 9bd62a0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

patchworklib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
from .patchworklib import *
2-
__version__ = "0.6.1"
2+
__version__ = "0.6.2"

patchworklib/patchworklib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#warnings.simplefilter('ignore', SettingWithCopyWarning)
3232
warnings.simplefilter('ignore')
3333

34-
__version__ = "0.6.1"
34+
__version__ = "0.6.2"
3535
_basefigure = plt.figure(figsize=(1,1))
3636
_render = _basefigure.canvas.get_renderer()
3737
_scale = Affine2D().scale(1./_basefigure.dpi)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
URL = 'https://github.com/ponnhide/patchworklib'
1111
LICENSE = 'GNU General Public License v3.0'
1212
DOWNLOAD_URL = 'https://github.com/ponnhide/patchworklib'
13-
VERSION = '0.6.1'
13+
VERSION = '0.6.2'
1414
PYTHON_REQUIRES = ">=3.7"
1515

1616
INSTALL_REQUIRES = [

0 commit comments

Comments
 (0)