diff --git a/docs/changelog.md b/docs/changelog.md index d6c6474..0a0194b 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,11 +2,15 @@ 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.4.0] - 2024-XX-XX +## [0.3.0] - 2024-XX-XX ### Added - Added param parent dir where peps should be saved +- Added zip option to save_pep function -## [0.3.0] - 2024-01-17 +### Changed +- Transferred save_pep function to helpers + +## [0.2.2] - 2024-01-17 ### Added - customization of the base pephub URL. [#22](https://github.com/pepkit/pephubclient/issues/22) diff --git a/pephubclient/__init__.py b/pephubclient/__init__.py index 39deb45..45fd561 100644 --- a/pephubclient/__init__.py +++ b/pephubclient/__init__.py @@ -2,7 +2,7 @@ from pephubclient.helpers import is_registry_path, save_pep __app_name__ = "pephubclient" -__version__ = "0.4.0" +__version__ = "0.3.0" __author__ = "Oleksandr Khoroshevskyi, Rafal Stepien"