diff --git a/pyproject.toml b/pyproject.toml index 4410e9f..ef09919 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -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] diff --git a/uv.lock b/uv.lock index 5369994..9e479c0 100644 --- a/uv.lock +++ b/uv.lock @@ -1330,7 +1330,7 @@ soap = [ [[package]] name = "yadt" -version = "0.0.1a28" +version = "0.1.0rc2" source = { editable = "." } dependencies = [ { name = "bitstring" }, diff --git a/yadt/__init__.py b/yadt/__init__.py index 21a8bb1..865e620 100644 --- a/yadt/__init__.py +++ b/yadt/__init__.py @@ -1 +1 @@ -__version__ = "0.1.0.rc1" +__version__ = "0.1.0.rc2" diff --git a/yadt/main.py b/yadt/main.py index 8d9f64f..91d8b3d 100644 --- a/yadt/main.py +++ b/yadt/main.py @@ -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: