From 3c933337e783e166801dda48ddb0f0eb467cb81f Mon Sep 17 00:00:00 2001 From: isra17 Date: Thu, 26 Dec 2019 16:14:59 -0500 Subject: [PATCH] Bump version --- README.md | 2 +- src/dramatiq_abort/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c58e37..7c7da7a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Add the aborting feature to [dramatiq] through a simple middleware with flexible Current version support aborting using the [Redis] store. [![Build Status](https://github.com/Flared/dramatiq-abort/workflows/Push/badge.svg)](https://github.com/Flared/dramatiq-abort/actions?query=workflow%3A%22Push%22) -[![PyPI version](https://badge.fury.io/py/dramatiq.svg)](https://badge.fury.io/py/dramatiq-abort) +[![PyPI version](https://badge.fury.io/py/dramatiq-abort.svg)](https://badge.fury.io/py/dramatiq-abort) [![Documentation](https://img.shields.io/badge/doc-latest-brightgreen.svg)](http://flared.github.io/dramatiq-abort) ## Installation diff --git a/src/dramatiq_abort/__init__.py b/src/dramatiq_abort/__init__.py index d0219f0..f24f351 100644 --- a/src/dramatiq_abort/__init__.py +++ b/src/dramatiq_abort/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1beta1" +__version__ = "0.1beta2" from .backend import EventBackend from .middleware import Abort, Abortable, abort