diff --git a/README.rst b/README.rst index 7b90095..467cd9f 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ .. image:: https://img.shields.io/gitter/room/karellen/Lobby?logo=gitter :target: https://gitter.im/karellen/Lobby :alt: Gitter -.. image:: https://img.shields.io/github/workflow/status/karellen/geventmp/geventmp/master +.. image:: https://img.shields.io/github/actions/workflow/status/karellen/geventmp/build.yml?branch=master :target: https://github.com/karellen/geventmp/actions/workflows/build.yml :alt: Build Status .. image:: https://img.shields.io/coveralls/github/karellen/geventmp/master?logo=coveralls diff --git a/build.py b/build.py index d0557cf..b88b3fb 100644 --- a/build.py +++ b/build.py @@ -25,7 +25,7 @@ use_plugin("copy_resources") name = "geventmp" -version = "0.0.6" +version = "0.0.7" summary = "Multiprocessing Gevent Extension" authors = [Author("Karellen, Inc.", "supervisor@karellen.co")]