Skip to content

Commit 749aa59

Browse files
committed
chore: sync version to 1.0.1 to match PyPI
1 parent 5a30b99 commit 749aa59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
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.0"
7+
version = "1.0.1"
88
description = "Lingo.dev Python SDK"
99
readme = "README.md"
1010
requires-python = ">=3.8"
@@ -116,7 +116,7 @@ upload_to_vcs_release = true
116116
remove_dist = false
117117

118118
[tool.semantic_release.commit_parser_options]
119-
allowed_tags = ["build", "chore", "ci", "docs", "feat", "fix", "perf", "style", "refactor", "test"]
119+
allowed_tags = ["build", "chore", "ci", "feat", "fix", "perf", "style", "refactor", "test"]
120120
minor_tags = ["feat"]
121121
patch_tags = ["fix", "perf"]
122122

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.0"
8+
__version__ = "1.0.1"
99

1010
from .engine import LingoDotDevEngine
1111

0 commit comments

Comments
 (0)