Skip to content

Commit 550cebd

Browse files
author
github-actions
committed
Bump version from 2.42.5 to 2.42.6
1 parent a9ef2c1 commit 550cebd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rapidata"
3-
version = "2.42.5"
3+
version = "2.42.6"
44
description = "Rapidata package containing the Rapidata Python Client to interact with the Rapidata Web API in an easy way."
55
authors = ["Rapidata AG <info@rapidata.ai>"]
66
license = "Apache-2.0"

src/rapidata/__init__.py

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

33
from .rapidata_client import (
44
RapidataClient,

0 commit comments

Comments
 (0)