We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ab87a commit cbbcf0cCopy full SHA for cbbcf0c
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "extra-http"
7
-version = "1.0.4"
+version = "1.0.5"
8
description = "A fast, async HTTP framework"
9
readme = "README.md"
10
requires-python = ">=3.10"
setup.py
@@ -3,7 +3,7 @@
3
from setuptools import find_packages, setup
-VERSION = "1.0.4"
+VERSION = "1.0.5"
# Try to import mypyc, make it optional
try:
from mypyc.build import mypycify
0 commit comments