Skip to content

Commit f6cfffe

Browse files
committed
update
1 parent 19a2883 commit f6cfffe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.5.2"
2+
__version__ = "0.6.0"

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.5.2'
13+
VERSION = '0.6.0'
1414
PYTHON_REQUIRES = ">=3.7"
1515

1616
INSTALL_REQUIRES = [

0 commit comments

Comments
 (0)