diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dae597..0c1ecb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.4.0] - 2026-06-29 ### Added diff --git a/pyproject.toml b/pyproject.toml index 660ca16..780ebd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "tinybird-sdk" -version = "0.3.0" +version = "0.4.0" description = "Python SDK for Tinybird Forward" readme = "README.md" license = "MIT" diff --git a/uv.lock b/uv.lock index 5d81094..c375471 100644 --- a/uv.lock +++ b/uv.lock @@ -1190,7 +1190,7 @@ wheels = [ [[package]] name = "tinybird-sdk" -version = "0.3.0" +version = "0.4.0" source = { editable = "." } dependencies = [ { name = "tinybird" },