Skip to content

Commit cfdf82a

Browse files
committed
[Fix] build: using mise
1 parent 6768f32 commit cfdf82a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

mise.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[tools]
2+
python="3.12.12"
3+
uv="latest"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import find_packages, setup
55

66

7-
VERSION = "1.0.9"
7+
VERSION = "1.0.10"
88

99

1010
# Try to import mypyc, make it optional

src/py/extra/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
from .model import Service # NOQA: F401
44
from .http.model import HTTPRequest, HTTPResponse # NOQA: F401
55

6-
__version__ = "1.0.9"
76
# EOF

0 commit comments

Comments
 (0)