We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ef2c1 commit 550cebdCopy full SHA for 550cebd
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "rapidata"
3
-version = "2.42.5"
+version = "2.42.6"
4
description = "Rapidata package containing the Rapidata Python Client to interact with the Rapidata Web API in an easy way."
5
authors = ["Rapidata AG <info@rapidata.ai>"]
6
license = "Apache-2.0"
src/rapidata/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "2.42.5"
+__version__ = "2.42.6"
from .rapidata_client import (
RapidataClient,
0 commit comments