From cb78a480a161dc6f1f80982cda4b97bb4498e636 Mon Sep 17 00:00:00 2001 From: Lianming Du Date: Sat, 26 Aug 2023 14:27:49 +0800 Subject: [PATCH] bump to 1.2.0 --- setup.py | 2 +- src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2c416f6..a7d47e2 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ def prepare_zlib(): zlib_dir = os.path.join(root_dir, "zlib-1.2.13") zlib_file = os.path.join(root_dir, "zlib-1.2.13.zip") - url = "https://zlib.net/zlib1213.zip" + url = "https://github.com/madler/zlib/releases/download/v1.2.13/zlib1213.zip" if not os.path.exists(zlib_dir): urllib.request.urlretrieve(url, zlib_file) diff --git a/src/version.h b/src/version.h index c2b6007..a33d7c8 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ -#define PYFASTX_VERSION "2.0.0" +#define PYFASTX_VERSION "1.2.0" #define ZRAN_VERSION "1.7.0" \ No newline at end of file