From 0e9a1ef7c551d08d0146d5b866299d20f8ef9a0a Mon Sep 17 00:00:00 2001 From: YoSTEALTH Date: Sat, 8 Feb 2020 00:54:17 -0600 Subject: [PATCH] version bump --- liburing/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liburing/__init__.py b/liburing/__init__.py index e00f336..2fd7abf 100644 --- a/liburing/__init__.py +++ b/liburing/__init__.py @@ -11,4 +11,4 @@ which is a helper to setup and tear-down io_uring instances. ''' __liburing__ = '0.3.0' -__version__ = '2020.2.7' +__version__ = '2020.2.8'