We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6768f32 commit cfdf82aCopy full SHA for cfdf82a
mise.toml
@@ -0,0 +1,3 @@
1
+[tools]
2
+python="3.12.12"
3
+uv="latest"
setup.py
@@ -4,7 +4,7 @@
4
from setuptools import find_packages, setup
5
6
7
-VERSION = "1.0.9"
+VERSION = "1.0.10"
8
9
10
# Try to import mypyc, make it optional
src/py/extra/__init__.py
@@ -3,5 +3,4 @@
from .model import Service # NOQA: F401
from .http.model import HTTPRequest, HTTPResponse # NOQA: F401
-__version__ = "1.0.9"
# EOF
0 commit comments