From 2b77e3370805a618ca82d8cb67bf44ddd10f50ed Mon Sep 17 00:00:00 2001 From: juk0de <5322305+juk0de@users.noreply.github.com> Date: Sun, 21 Jul 2024 09:25:25 +0200 Subject: [PATCH] version bump: 0.1.7 --- mtf2json/mtf2json.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"