diff --git a/mtf2json/mtf2json.py b/mtf2json/mtf2json.py index 687e193..888e671 100755 --- a/mtf2json/mtf2json.py +++ b/mtf2json/mtf2json.py @@ -9,7 +9,7 @@ from typing import Dict, Any, Tuple, Union, Optional, List, cast, TextIO -version = "0.1.3" +version = "0.1.4" mm_version = "0.49.19.1" diff --git a/pyproject.toml b/pyproject.toml index 3e9a309..b6b9a3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mtf2json" -version = "0.1.3" +version = "0.1.4" description = "Convert the MegaMek MTF format to JSON." authors = ["juk0de "] license = "MIT"