Skip to content

Commit c4ec021

Browse files
author
Dariush Wahdany
committed
Bump version: 0.2.5 → 0.2.6
1 parent a3d4342 commit c4ec021

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.5
2+
current_version = 0.2.6
33
commit = True
44
tag = True
55
tag_name = v{new_version}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tex-minify"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
description = "A CLI tool to expand \\input commands in TeX files and filter BibTeX files based on citations."
55
authors = [
66
{name = "Dariush Wahdany", email = "dariushwahdany@gmail.com"},

tex_minify/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""TeX Minify - A tool to expand \\input commands in TeX files."""
22

3-
__version__ = "0.2.5"
3+
__version__ = "0.2.6"

0 commit comments

Comments
 (0)