diff --git a/setup.cfg b/setup.cfg index 71eb196..3df0870 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pyramid-tasks -version = 0.3.0a2 +version = 0.3.0b1 author = Theron Luhn author_email = theron@luhn.com description = Bring parity to Pyramid and Celery by creating a full Pyramid application in the Celery worker and providing a request object for each task.