Skip to content

Commit 62fd04d

Browse files
committed
Bump version: 0.13.3 → 0.13.4
1 parent 45891b0 commit 62fd04d

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.13.3
2+
current_version = 0.13.4
33
commit = True
44
tag = True
55

pya2l/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
""" pya2l version module """
22

3-
__version__ = "0.13.3"
3+
__version__ = "0.13.4"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pya2ldb"
3-
version = "0.13.3"
3+
version = "0.13.4"
44
description = "A2L for Python"
55
authors = ["Christoph Schueler <cpu12.gems@googlemail.com>"]
66
license = "GPLv2"

0 commit comments

Comments
 (0)