We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e898e commit 55a078cCopy full SHA for 55a078c
pyproject.toml
@@ -3,7 +3,7 @@
3
4
[project]
5
name = "mapfile_parser"
6
-version = "1.1.0"
+version = "1.1.1"
7
description = "Map file parser library focusing decompilation projects"
8
readme = "README.md"
9
requires-python = ">=3.7"
src/mapfile_parser/__init__.py
@@ -5,7 +5,7 @@
from __future__ import annotations
-__version_info__ = (1, 1, 0)
+__version_info__ = (1, 1, 1)
__version__ = ".".join(map(str, __version_info__))
10
__author__ = "Decompollaborate"
11
0 commit comments