From bb79f07393977c5eeb99256a69a4ad38a4d20199 Mon Sep 17 00:00:00 2001 From: Julia Vallina Date: Mon, 29 Jun 2026 12:40:20 +0200 Subject: [PATCH] bump sdk version to 0.4.0 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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" },