Skip to content

Commit

Permalink
0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ponnhide committed May 21, 2023
1 parent 90858a5 commit 9bd62a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion patchworklib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from .patchworklib import *
__version__ = "0.6.1"
__version__ = "0.6.2"
2 changes: 1 addition & 1 deletion patchworklib/patchworklib.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#warnings.simplefilter('ignore', SettingWithCopyWarning)
warnings.simplefilter('ignore')

__version__ = "0.6.1"
__version__ = "0.6.2"
_basefigure = plt.figure(figsize=(1,1))
_render = _basefigure.canvas.get_renderer()
_scale = Affine2D().scale(1./_basefigure.dpi)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
URL = 'https://github.com/ponnhide/patchworklib'
LICENSE = 'GNU General Public License v3.0'
DOWNLOAD_URL = 'https://github.com/ponnhide/patchworklib'
VERSION = '0.6.1'
VERSION = '0.6.2'
PYTHON_REQUIRES = ">=3.7"

INSTALL_REQUIRES = [
Expand Down

0 comments on commit 9bd62a0

Please sign in to comment.