Skip to content

Commit 8818717

Browse files
chore(internal): version bump (#46)
1 parent c9121c2 commit 8818717

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0-alpha.0"
2+
".": "1.0.0"
33
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The REST API documentation can be found on [docs.browserbase.com](https://docs.b
1616

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

2222
## Usage

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "browserbase"
3-
version = "1.0.0-alpha.0"
3+
version = "1.0.0"
44
description = "The official Python library for the Browserbase API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/browserbase/_version.py

Lines changed: 1 addition & 1 deletion
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__ = "browserbase"
4-
__version__ = "1.0.0-alpha.0" # x-release-please-version
4+
__version__ = "1.0.0" # x-release-please-version

0 commit comments

Comments
 (0)