Skip to content

Commit

Permalink
Merge pull request #27 from funstory-ai/develop
Browse files Browse the repository at this point in the history
🔧 chore(version): release version 0.1.0
  • Loading branch information
awwaawwa authored Jan 24, 2025
2 parents 7095860 + 0de4274 commit 4b78b2d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "yadt"
version = "0.1.0.rc2"
version = "0.1.0"
description = "Yet Another Document Translator"
license = "AGPL-3.0"
readme = "README.md"
Expand Down Expand Up @@ -55,7 +55,7 @@ dev = [
]

[bumpver]
current_version = "0.1.0.rc2"
current_version = "0.1.0"
version_pattern = "MAJOR.MINOR.PATCH[.PYTAGNUM]"

[bumpver.file_patterns]
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion yadt/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0.rc2"
__version__ = "0.1.0"
2 changes: 1 addition & 1 deletion yadt/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from yadt.translation_config import TranslationConfig # noqa: E402

logger = logging.getLogger(__name__)
__version__ = "0.1.0.rc2"
__version__ = "0.1.0"

def create_cache_folder():
try:
Expand Down

0 comments on commit 4b78b2d

Please sign in to comment.