Skip to content

Commit 4f6abfb

Browse files
author
github-actions
committed
Bump version from 3.3.1 to 3.3.2
1 parent 30026c9 commit 4f6abfb

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.1"
3+
version = "3.3.2"
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.1"
1+
__version__ = "3.3.2"
22

33
from .rapidata_client import (
44
RapidataClient,

0 commit comments

Comments
 (0)