Skip to content

Commit 792d828

Browse files
committed
updating to 0.5.0
1 parent 577c74f commit 792d828

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Requires
1616
Includes
1717
--------
1818

19-
- liburing 0.4.0 + bug fixes.
19+
- liburing 0.5.0
2020

2121

2222
Install, update & uninstall (Alpha)

liburing/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
# - `lib` and `ffi` is provided for those that like to tinker with cffi.
1212
# - enables `help(liburing)` to display everything
1313
__all__ = [i for i in locals().keys() if not i.startswith('_')]
14-
__liburing__ = '0.4.0'
15-
__version__ = '2020.2.25'
14+
__liburing__ = '0.5.0'
15+
__version__ = '2020.2.26'

0 commit comments

Comments
 (0)