Skip to content

Commit 2098dbc

Browse files
author
Dariush Wahdany
committed
Bump version: 0.2.0 → 0.2.1
1 parent 4d58e05 commit 2098dbc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.0
2+
current_version = 0.2.1
33
commit = True
44
tag = True
55
tag_name = v{new_version}
@@ -12,4 +12,4 @@ replace = version = "{new_version}"
1212

1313
[bumpversion:file:tex_minify/__init__.py]
1414
search = __version__ = "{current_version}"
15-
replace = __version__ = "{new_version}"
15+
replace = __version__ = "{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.0"
3+
version = "0.2.1"
44
description = "A CLI tool to expand \\input commands in TeX files"
55
authors = [
66
{name = "Your Name", email = "your.email@example.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.0"
3+
__version__ = "0.2.1"

0 commit comments

Comments
 (0)