Skip to content

Commit 6ca5abd

Browse files
chore: sync repo
1 parent 05cc653 commit 6ca5abd

File tree

4 files changed

+3
-45
lines changed

4 files changed

+3
-45
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-
".": "0.1.0-alpha.1"
2+
".": "0.0.1-alpha.0"
33
}

CHANGELOG.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

pyproject.toml

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

src/replicate/_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__ = "replicate"
4-
__version__ = "0.1.0-alpha.1" # x-release-please-version
4+
__version__ = "0.0.1-alpha.0" # x-release-please-version

0 commit comments

Comments
 (0)