Skip to content

Commit

Permalink
chore(babeldoc): bump version to 0.1.7
Browse files Browse the repository at this point in the history
- update version in __init__.py
- update version in main.py
- update version in pyproject.toml
- update version in uv.lock
  • Loading branch information
awwaawwa committed Feb 13, 2025
1 parent fcb363f commit f83658d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion babeldoc/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.6"
__version__ = "0.1.7"
2 changes: 1 addition & 1 deletion babeldoc/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from babeldoc.translation_config import TranslationConfig

logger = logging.getLogger(__name__)
__version__ = "0.1.6"
__version__ = "0.1.7"


def create_parser():
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "BabelDOC"
version = "0.1.6"
version = "0.1.7"
description = "Yet Another Document Translator"
license = "AGPL-3.0"
readme = "README.md"
Expand Down Expand Up @@ -117,7 +117,7 @@ dev = [
]

[bumpver]
current_version = "0.1.6"
current_version = "0.1.7"
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.

0 comments on commit f83658d

Please sign in to comment.