Skip to content

Commit ffb1543

Browse files
author
semantic-release
committed
1.0.0
Automatically generated by python-semantic-release
1 parent 1ad6fc8 commit ffb1543

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3434
## [0.1.0] - 2024-01-XX
3535

3636
### Added
37-
- Initial release
37+
- Initial release

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 = "0.1.0"
7+
version = "1.0.0"
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__ = "0.1.0"
8+
__version__ = "1.0.0"
99

1010
from .engine import LingoDotDevEngine
1111

0 commit comments

Comments
 (0)