Skip to content

Commit 92331b9

Browse files
chore(internal): codegen related update
1 parent edf7871 commit 92331b9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.1-alpha.0"
2+
".": "2.0.23"
33
}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The REST API documentation can be found on [documentation.you.com](https://docum
1616

1717
```sh
1818
# install from PyPI
19-
pip install --pre youdotcom
19+
pip install youdotcom
2020
```
2121

2222
## Usage

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "youdotcom"
3-
version = "0.0.1-alpha.0"
3+
version = "2.0.23"
44
description = "The official Python library for the ydc-search-api API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/ydc_search_api/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "ydc_search_api"
4-
__version__ = "0.0.1-alpha.0" # x-release-please-version
4+
__version__ = "2.0.23" # x-release-please-version

0 commit comments

Comments
 (0)