Skip to content

Commit bafb6f6

Browse files
Update src/pyawaitable/pyawaitable.h
Co-authored-by: Peter Bierma <[email protected]>
1 parent 8a77b96 commit bafb6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyawaitable/pyawaitable.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#define PYAWAITABLE_MINOR_VERSION 4
77
#define PYAWAITABLE_MICRO_VERSION 0
88
/* Per CPython Conventions: 0xA for alpha, 0xB for beta, 0xC for release candidate or 0xF for final. */
9-
#define PYAWAITABLE_RELEASE_LEVEL 0xF
9+
#define PYAWAITABLE_RELEASE_LEVEL 0xB
1010

1111
typedef int (*awaitcallback)(PyObject *, PyObject *);
1212
typedef int (*awaitcallback_err)(PyObject *, PyObject *);

0 commit comments

Comments
 (0)