We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a3eb4 commit 967e4c1Copy full SHA for 967e4c1
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "3.3.0"
+ ".": "3.4.0"
3
}
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "asktable"
-version = "3.3.0"
+version = "3.4.0"
4
description = "The official Python library for the asktable API"
5
dynamic = ["readme"]
6
license = "Apache-2.0"
src/asktable/_version.py
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
__title__ = "asktable"
-__version__ = "3.3.0" # x-release-please-version
+__version__ = "3.4.0" # x-release-please-version
0 commit comments