Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Oct 2, 2023
1 parent 5b81a7b commit 772f50d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pephub/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.10.3"
__version__ = "0.10.4"
2 changes: 1 addition & 1 deletion requirements/requirements-all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tqdm
uvicorn
python-dotenv
pepdbagent>=0.6.0
peppy<=0.40.0a4
peppy>=0.40.0a4
qdrant-client
requests
aiofiles
Expand Down

0 comments on commit 772f50d

Please sign in to comment.