diff --git a/py-parametric-curves/Makefile b/py-parametric-curves/Makefile
index 391942294e1f1692d0663b70c0cfd98b98270244..635606540a90c55d74c5425ab3ecf959cf7e1ac3 100644
--- a/py-parametric-curves/Makefile
+++ b/py-parametric-curves/Makefile
@@ -2,7 +2,7 @@
 # Created:			Guilhem Saurel, on Fri 25 May, 2018
 #
 NAME=			parametric-curves
-VERSION=		1.1.0
+VERSION=		1.1.1
 PKGNAME=		${PKGTAG.python-}${NAME}-${VERSION}
 DISTNAME=		${NAME}-${VERSION}
 MASTER_SITES=		${MASTER_SITE_GITHUB:=stack-of-tasks/${NAME}/releases/download/v${VERSION}/}
diff --git a/py-parametric-curves/distinfo b/py-parametric-curves/distinfo
index f04494af2a4650f7789e72e839342969478798ec..82fa623f4d7265105aa35b258c7080011c4bd250 100644
--- a/py-parametric-curves/distinfo
+++ b/py-parametric-curves/distinfo
@@ -1,4 +1,3 @@
-SHA1 (parametric-curves-1.1.0.tar.gz) = 7880be26f3d9e35df5168c0b522005aa70a7db87
-RMD160 (parametric-curves-1.1.0.tar.gz) = 31f3f8fc5f3e481e0d24bbc8e036a9909b80aa27
-Size (parametric-curves-1.1.0.tar.gz) = 780702 bytes
-SHA1 (patch-aa) = 88c67c261caffd5766537f764964df3b04a768f5
+SHA1 (parametric-curves-1.1.1.tar.gz) = 1acae7a80d34f76de4ac0b9a87551392ae011fbd
+RMD160 (parametric-curves-1.1.1.tar.gz) = 20d54bc09033b1ccdf3cfd587fc3d8b8672d91e7
+Size (parametric-curves-1.1.1.tar.gz) = 814262 bytes
diff --git a/py-parametric-curves/patches/patch-aa b/py-parametric-curves/patches/patch-aa
deleted file mode 100644
index a99f91aaada17dc2217266efd952c26091c4584f..0000000000000000000000000000000000000000
--- a/py-parametric-curves/patches/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
-Don't install .pyc files, fix python 3.2+, whose compiled files are __pycache__/$filename.<magic>.pyc
-see https://www.python.org/dev/peps/pep-3147/
-
-diff --git python/CMakeLists.txt python/CMakeLists.txt
-index e347c37..9e25e78 100644
---- python/CMakeLists.txt
-+++ python/CMakeLists.txt
-@@ -60,6 +60,5 @@ FOREACH(python ${PYTHON_FILES})
-
-   INSTALL(FILES
-     "${${PROJECT_NAME}_SOURCE_DIR}/python/${python}"
--    "${CMAKE_BINARY_DIR}/bindings/python/${PROJECT_NAME}/${pythonFile}c"
-     DESTINATION ${${PYWRAP}_INSTALL_DIR})
- ENDFOREACH(python)