Skip to content

Commit

Permalink
bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sibson committed Dec 22, 2023
1 parent 8eb62a3 commit c5bded8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python
from setuptools import setup

long_description = open('README.rst').read()
Expand All @@ -6,7 +7,7 @@
name="celery-redbeat",
description="A Celery Beat Scheduler using Redis for persistent storage",
long_description=long_description,
version="2.1.1",
version="2.2.0",
url="https://github.com/sibson/redbeat",
license="Apache License, Version 2.0",
author="Marc Sibson",
Expand Down

0 comments on commit c5bded8

Please sign in to comment.