We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19a2883 commit f6cfffeCopy full SHA for f6cfffe
patchworklib/__init__.py
@@ -1,2 +1,2 @@
1
from .patchworklib import *
2
-__version__ = "0.5.2"
+__version__ = "0.6.0"
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.5.2'
+VERSION = '0.6.0'
14
PYTHON_REQUIRES = ">=3.7"
15
16
INSTALL_REQUIRES = [
0 commit comments