Skip to content

Commit

Permalink
Merge pull request #26 from funstory-ai/develop
Browse files Browse the repository at this point in the history
🔖 bump: release version 0.1.0.rc2
  • Loading branch information
awwaawwa authored Jan 24, 2025
2 parents c7ef4c6 + b410cfe commit 7095860
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.rc1"
version = "0.1.0.rc2"
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.rc1"
current_version = "0.1.0.rc2"
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.rc1"
__version__ = "0.1.0.rc2"
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.rc1"
__version__ = "0.1.0.rc2"

def create_cache_folder():
try:
Expand Down

0 comments on commit 7095860

Please sign in to comment.