Skip to content

Commit

Permalink
bumpt version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
farahats9 committed Jun 11, 2024
1 parent 2a8df10 commit 570f6f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version="0.7.1",
version="0.8.0",
# The project's main homepage.
url="https://github.com/farahats9/sqlalchemy-celery-beat",
# Choose your license
Expand Down
2 changes: 1 addition & 1 deletion sqlalchemy_celery_beat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
)
from .schedulers import DatabaseScheduler

__version__ = '0.7.1'
__version__ = '0.8.0'
__author__ = 'Mohamed Farahat'
__contact__ = 'farahats9@yahoo.com'
__homepage__ = 'https://github.com/farahats9/sqlalchemy-celery-beat'
Expand Down

0 comments on commit 570f6f7

Please sign in to comment.