Skip to content

Commit b94f425

Browse files
Fixed versioning
1 parent bd3b431 commit b94f425

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ Publishing uses [PyPI Trusted Publishing](https://docs.pypi.org/trusted-publishe
288288
(Settings → Environments).
289289

290290
To cut a release: bump `version` in `pyproject.toml`, then create a matching GitHub
291-
Release (e.g. tag `v0.1.0`) — the workflow builds and uploads it to PyPI.
291+
Release (e.g. tag `v0.1.1`) — the workflow builds and uploads it to PyPI.
292292

293293
> [!NOTE]
294294
> `requires-python` is `>=3.14`, so installs require Python 3.14+.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "linear-python-client"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Pragmatic Python client for the Linear GraphQL API"
55
readme = "README.md"
66
license = "MIT"

src/linear_python_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
WorkflowStatesResponse,
7474
)
7575

76-
__version__ = "0.1.0"
76+
__version__ = "0.1.1"
7777

7878
__all__ = [
7979
"DEFAULT_ENDPOINT",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)