Skip to content

Commit

Permalink
bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdu committed Aug 26, 2023
1 parent f067b40 commit cb78a48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#define PYFASTX_VERSION "2.0.0"
#define PYFASTX_VERSION "1.2.0"
#define ZRAN_VERSION "1.7.0"

0 comments on commit cb78a48

Please sign in to comment.