diff --git a/HISTORY.rst b/HISTORY.rst index 73832c7..1ec9a2b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,7 +5,7 @@ picows Release History :depth: 1 :local: -1.7.0 (2024-11-27) +1.7.1 (2024-11-27) ------------------ * Added extra_headers argument to ws_connect diff --git a/MANIFEST.in b/MANIFEST.in index 91a2398..c2badd3 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,3 @@ +include picows/picows.pxd picows/picows.pyx exclude picows/*.c exclude examples/* \ No newline at end of file diff --git a/picows/__init__.py b/picows/__init__.py index 22cf9a8..ae1d244 100644 --- a/picows/__init__.py +++ b/picows/__init__.py @@ -31,5 +31,5 @@ 'PICOWS_DEBUG_LL' ] -__version__ = "1.7.0" +__version__ = "1.7.1" __author__ = "Taras Kozlov"