diff --git a/mtf2json/mtf2json.py b/mtf2json/mtf2json.py index f281fbc..c16145e 100755 --- a/mtf2json/mtf2json.py +++ b/mtf2json/mtf2json.py @@ -10,7 +10,7 @@ from typing import Dict, Any, Tuple, Union, Optional, List, cast, TextIO -version = "0.1.6" +version = "0.1.7" mm_commit = "0c9645e76d643bc1680ec81c632fce8ddd07e228" diff --git a/pyproject.toml b/pyproject.toml index 471646b..8ced6c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mtf2json" -version = "0.1.6" +version = "0.1.7" description = "Convert the MegaMek MTF format to JSON." authors = ["juk0de "] license = "MIT"