Skip to content

Commit

Permalink
updating to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YoSTEALTH committed Feb 26, 2020
1 parent 577c74f commit 792d828
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Requires
Includes
--------

- liburing 0.4.0 + bug fixes.
- liburing 0.5.0


Install, update & uninstall (Alpha)
Expand Down
4 changes: 2 additions & 2 deletions liburing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 792d828

Please sign in to comment.