diff --git a/README.md b/README.md index c1395e5..a4541fe 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# celery-pubsub 2.0.0-beta4 +# celery-pubsub 2.0.0-beta3 [![Build and Test](https://github.com/Mulugruntz/celery-pubsub/actions/workflows/build.yml/badge.svg)](https://github.com/Mulugruntz/celery-pubsub/actions/workflows/build.yml) diff --git a/setup.py b/setup.py index a72dc77..bec910c 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def tests_require(): setuptools.setup( name="celery-pubsub", packages=["celery_pubsub"], - version="2.0.0-beta4", + version="2.0.0-beta3", description="A Publish and Subscribe library for Celery", long_description=long_description(), long_description_content_type="text/markdown",