From 772f50d76ab4171a12b7d41e49290810b194009e Mon Sep 17 00:00:00 2001 From: Khoroshevskyi Date: Mon, 2 Oct 2023 22:41:10 +0200 Subject: [PATCH] changelog --- docs/changelog.md | 6 ++++++ pephub/_version.py | 2 +- requirements/requirements-all.txt | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index dbff0948..dd448749 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format. +# [0.10.4] - 10-02-2023 + +### Fixed + +- PEP zip downloading + # [0.10.3] - 08-31-2023 ### Changed diff --git a/pephub/_version.py b/pephub/_version.py index b2385cb4..d9b054ab 100644 --- a/pephub/_version.py +++ b/pephub/_version.py @@ -1 +1 @@ -__version__ = "0.10.3" +__version__ = "0.10.4" diff --git a/requirements/requirements-all.txt b/requirements/requirements-all.txt index ca405b5b..33d32f40 100644 --- a/requirements/requirements-all.txt +++ b/requirements/requirements-all.txt @@ -9,7 +9,7 @@ tqdm uvicorn python-dotenv pepdbagent>=0.6.0 -peppy<=0.40.0a4 +peppy>=0.40.0a4 qdrant-client requests aiofiles