Skip to content

Commit

Permalink
version bump: 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
juk0de committed Jul 21, 2024
1 parent 8f4541e commit 2b77e33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mtf2json/mtf2json.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 2b77e33

Please sign in to comment.