From 15336dc5f75446f556bb9b0066971b1b0206918d Mon Sep 17 00:00:00 2001 From: bdamokos <163609735+bdamokos@users.noreply.github.com> Date: Sat, 28 Dec 2024 19:17:51 +0100 Subject: [PATCH] Update CHANGELOG and bump version to 0.4.1, adding get_provider_by_id method for consistency --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c66f88d..4c4d1ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [0.4.1] - 2024-12-28 ### Added - New `get_provider_by_id()` method that follows the naming convention of other provider search methods diff --git a/pyproject.toml b/pyproject.toml index 4835a2e..b802b67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "mobility-db-api" -version = "0.4.0" +version = "0.4.1" authors = [ { name="Bence Damokos" } ]