diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..e18ee07 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index f7116ca..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ -# Changelog - -## 0.1.0 (2026-04-07) - - -### Features - -* add initial version of `s2-sdk` ([#1](https://github.com/s2-streamstore/s2-sdk-python/issues/1)) ([3dc9795](https://github.com/s2-streamstore/s2-sdk-python/commit/3dc979596b10db0881dd3132165467a227ad79d3)) diff --git a/docs/source/conf.py b/docs/source/conf.py index 9f76b54..40f634e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -10,7 +10,7 @@ project = "s2-sdk" copyright = f"{date.today().year}, Bandar Systems Inc" -release = "0.1.0" # x-release-please-version +release = "0.0.0" # x-release-please-version # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 0ca3d4f..afad76c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "s2-sdk" -version = "0.1.0" +version = "0.0.0" description = "Python SDK for s2.dev" readme = "README.md" license = "MIT"