From 792d8282868700550af818755f182ed40ab4be8f Mon Sep 17 00:00:00 2001 From: YoSTEALTH Date: Wed, 26 Feb 2020 08:42:35 -0600 Subject: [PATCH] updating to 0.5.0 --- README.rst | 2 +- liburing/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index e666be9..bcbdbf4 100644 --- a/README.rst +++ b/README.rst @@ -16,7 +16,7 @@ Requires Includes -------- - - liburing 0.4.0 + bug fixes. + - liburing 0.5.0 Install, update & uninstall (Alpha) diff --git a/liburing/__init__.py b/liburing/__init__.py index 5e176d8..6c46dc8 100644 --- a/liburing/__init__.py +++ b/liburing/__init__.py @@ -11,5 +11,5 @@ # - `lib` and `ffi` is provided for those that like to tinker with cffi. # - enables `help(liburing)` to display everything __all__ = [i for i in locals().keys() if not i.startswith('_')] -__liburing__ = '0.4.0' -__version__ = '2020.2.25' +__liburing__ = '0.5.0' +__version__ = '2020.2.26'