Skip to content

Commit 2e75618

Browse files
author
github-actions
committed
Bump version from 3.3.3 to 3.4.0
1 parent 8e9c7a2 commit 2e75618

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rapidata"
3-
version = "3.3.3"
3+
version = "3.4.0"
44
description = "Rapidata package containing the Rapidata Python Client to interact with the Rapidata Web API in an easy way."
55
authors = [{ name = "Rapidata AG", email = "info@rapidata.ai" }]
66
requires-python = ">=3.10,<4"

src/rapidata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.3.3"
1+
__version__ = "3.4.0"
22

33
from .rapidata_client import (
44
RapidataClient,

0 commit comments

Comments
 (0)