Skip to content

Commit

Permalink
Bump version: 0.2.5 → 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Dariush Wahdany committed Dec 16, 2024
1 parent a3d4342 commit c4ec021
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.5
current_version = 0.2.6
commit = True
tag = True
tag_name = v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tex-minify"
version = "0.2.5"
version = "0.2.6"
description = "A CLI tool to expand \\input commands in TeX files and filter BibTeX files based on citations."
authors = [
{name = "Dariush Wahdany", email = "[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion tex_minify/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""TeX Minify - A tool to expand \\input commands in TeX files."""

__version__ = "0.2.5"
__version__ = "0.2.6"

0 comments on commit c4ec021

Please sign in to comment.