Skip to content

Commit d949bbc

Browse files
committed
version update
1 parent be0e68f commit d949bbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# Versions should comply with PEP440. For a discussion on single-sourcing
2525
# the version across setup.py and the project code, see
2626
# https://packaging.python.org/en/latest/single_source_version.html
27-
version="0.8.3",
27+
version="0.8.4",
2828
# The project's main homepage.
2929
url="https://github.com/farahats9/sqlalchemy-celery-beat",
3030
# Choose your license

sqlalchemy_celery_beat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
)
1010
from .schedulers import DatabaseScheduler
1111

12-
__version__ = '0.8.3'
12+
__version__ = '0.8.4'
1313
__author__ = 'Mohamed Farahat'
1414
__contact__ = 'farahats9@yahoo.com'
1515
__homepage__ = 'https://github.com/farahats9/sqlalchemy-celery-beat'

0 commit comments

Comments
 (0)