Skip to content

Commit 0510f24

Browse files
committed
Bump beta version to 1.1.0b1
1 parent 6d9cad1 commit 0510f24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ replicate = Client(
505505
506506
## Experimental `use()` interface
507507

508-
The latest versions of `replicate >= 1.0.8` include a new experimental `use()` function that is intended to make running a model closer to calling a function rather than an API request.
508+
The latest versions of `replicate >= 1.1.0b1` include a new experimental `use()` function that is intended to make running a model closer to calling a function rather than an API request.
509509

510510
Some key differences to `replicate.run()`.
511511

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "replicate"
7-
version = "1.0.7"
7+
version = "1.1.0b1"
88
description = "Python client for Replicate"
99
readme = "README.md"
1010
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)