Skip to content

Commit c0f9ba7

Browse files
chore: bump version to 0.4.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c7c122a commit c0f9ba7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "bruin-sdk"
7-
version = "0.3.2"
7+
version = "0.4.0"
88
description = "Python SDK for Bruin CLI — query databases, parse context, and access connections with zero boilerplate."
99
readme = "docs/README.md"
1010
license = "Apache-2.0"
@@ -23,7 +23,7 @@ dependencies = ["pandas"]
2323

2424
[project.urls]
2525
Homepage = "https://github.com/bruin-data/bruin"
26-
Repository = "https://github.com/bruin-data/bruin-python"
26+
Repository = "https://github.com/bruin-data/python-sdk"
2727
Documentation = "https://docs.getbruin.com"
2828

2929
[project.optional-dependencies]

src/bruin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
from bruin._context import context
55
from bruin._query import query
66

7-
__version__ = "0.3.2"
7+
__version__ = "0.4.0"
88
__all__ = ["__version__", "context", "get_connection", "query"]

0 commit comments

Comments
 (0)