We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 577c74f commit 792d828Copy full SHA for 792d828
2 files changed
README.rst
@@ -16,7 +16,7 @@ Requires
16
Includes
17
--------
18
19
- - liburing 0.4.0 + bug fixes.
+ - liburing 0.5.0
20
21
22
Install, update & uninstall (Alpha)
liburing/__init__.py
@@ -11,5 +11,5 @@
11
# - `lib` and `ffi` is provided for those that like to tinker with cffi.
12
# - enables `help(liburing)` to display everything
13
__all__ = [i for i in locals().keys() if not i.startswith('_')]
14
-__liburing__ = '0.4.0'
15
-__version__ = '2020.2.25'
+__liburing__ = '0.5.0'
+__version__ = '2020.2.26'
0 commit comments