Skip to content

Commit 26f5147

Browse files
authored
release 0.1.1 (#76)
* release 0.1.1 * is this
1 parent 6218909 commit 26f5147

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- 'cp311-*'
5151
- 'cp312-*'
5252
- 'cp313-*'
53-
- 'pp311-*'
53+
- 'pp310-*'
5454
cibw_arch: ['x86_64']
5555
timeout-minutes: 10
5656
steps:

httpout/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (c) 2024 nggit
22

3-
__version__ = '0.1.0'
3+
__version__ = '0.1.1'
44
__all__ = ('HTTPOut',)
55

66
from .httpout import HTTPOut # noqa: E402

0 commit comments

Comments
 (0)