We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6218909 commit 26f5147Copy full SHA for 26f5147
.github/workflows/build_and_release.yml
@@ -50,7 +50,7 @@ jobs:
50
- 'cp311-*'
51
- 'cp312-*'
52
- 'cp313-*'
53
- - 'pp311-*'
+ - 'pp310-*'
54
cibw_arch: ['x86_64']
55
timeout-minutes: 10
56
steps:
httpout/__init__.py
@@ -1,6 +1,6 @@
1
# Copyright (c) 2024 nggit
2
3
-__version__ = '0.1.0'
+__version__ = '0.1.1'
4
__all__ = ('HTTPOut',)
5
6
from .httpout import HTTPOut # noqa: E402
0 commit comments