From c397bd5a9ae33449774da3b3a4261af124d591cf Mon Sep 17 00:00:00 2001 From: Zhou Hao Date: Fri, 27 May 2022 15:43:12 +0800 Subject: [PATCH] Bump version to v3.7.1 (#241) Co-authored-by: deryzhou --- README.md | 2 +- pixivpy3/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5046677..824c4e1f 100644 --- a/README.md +++ b/README.md @@ -342,7 +342,7 @@ print(">>> %s, origin url: %s" % (illust.title, illust.image_urls['large'])) ## Make a release -> Bump version in `pixivpy3/__init__.py`, rebuild dist/* +> Bump version in `pixivpy3/VERSION`, rebuild dist/* ```bash python3 setup.py sdist bdist_wheel diff --git a/pixivpy3/VERSION b/pixivpy3/VERSION index 240bba90..a76ccff2 100644 --- a/pixivpy3/VERSION +++ b/pixivpy3/VERSION @@ -1 +1 @@ -3.7.0 \ No newline at end of file +3.7.1