diff --git a/AGENTS.md b/AGENTS.md index 550004f..64ead5f 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -64,7 +64,7 @@ uv run python -m unittest discover -s tests ```sh set -euo pipefail -VERSION=0.1.1 +VERSION=0.1.2 BRANCH="release-v${VERSION}" git fetch origin --tags --prune @@ -116,7 +116,7 @@ rm -rf /tmp/src-py-lib-release-check ```sh set -euo pipefail -VERSION=0.1.1 +VERSION=0.1.2 BRANCH="release-v${VERSION}" GH_REPO="sourcegraph/src-py-lib" @@ -140,7 +140,7 @@ gh pr merge "${BRANCH}" --repo "${GH_REPO}" --squash --delete-branch ```sh set -euo pipefail -VERSION=0.1.1 +VERSION=0.1.2 git fetch origin --tags --prune git switch main @@ -154,7 +154,7 @@ git push origin "v${VERSION}" ```sh set -euo pipefail -VERSION=0.1.1 +VERSION=0.1.2 GH_REPO="sourcegraph/src-py-lib" RUN_ID="$( diff --git a/pyproject.toml b/pyproject.toml index 3366a4d..132b309 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dev = [ [project] name = "src-py-lib" -version = "0.1.1" +version = "0.1.2" description = "Reusable libraries for Sourcegraph projects" readme = "README.md" requires-python = ">=3.11" diff --git a/uv.lock b/uv.lock index 00f8ab9..5842dc6 100644 --- a/uv.lock +++ b/uv.lock @@ -254,7 +254,7 @@ wheels = [ [[package]] name = "src-py-lib" -version = "0.1.1" +version = "0.1.2" source = { editable = "." } dependencies = [ { name = "httpx" },