chore: Bump pyproject version to 1.1.2

This commit is contained in:
KT 2023-06-11 09:16:38 +08:00
parent 8a461fdb25
commit 4d74afe8d7
2 changed files with 2 additions and 1 deletions

View File

@ -3,3 +3,4 @@ from .character import *
from .combat import *
from .equipment import *
from .player import *
from .stat import *

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "mihomo"
version = "1.1.1"
version = "1.1.2"
authors = [
{ name="KT", email="xns77477@gmail.com" },
]