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 a6f4766 commit 2761d81Copy full SHA for 2761d81
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "rapidata"
3
-version = "2.42.1"
+version = "2.42.2"
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.1"
+__version__ = "2.42.2"
from .rapidata_client import (
RapidataClient,
0 commit comments