Skip to content

Commit 7a30ab5

Browse files
committed
chore: sync version to 1.0.2 to match PyPI
1 parent 9b41175 commit 7a30ab5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

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

55
[project]
66
name = "lingodotdev"
7-
version = "1.0.1"
7+
version = "1.0.2"
88
description = "Lingo.dev Python SDK"
99
readme = "README.md"
1010
requires-python = ">=3.8"

src/lingodotdev/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
plain text, objects, chat sequences, and HTML documents.
66
"""
77

8-
__version__ = "1.0.1"
8+
__version__ = "1.0.2"
99

1010
from .engine import LingoDotDevEngine
1111

0 commit comments

Comments
 (0)