Skip to content

Commit

Permalink
add VERSION to __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Apr 24, 2020
1 parent 27aeca5 commit b6fa9ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arq/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from .connections import ArqRedis, create_pool # noqa F401
from .cron import cron # noqa F401
from .version import VERSION # noqa F401
from .worker import Retry, Worker, check_health, func, run_worker # noqa F401

0 comments on commit b6fa9ba

Please sign in to comment.