Get current version for setup.py from __init__

This commit is contained in:
Scot Hacker 2019-04-11 23:42:53 -07:00
parent f42d34205c
commit 7a4984dc35
2 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,7 @@
"""
A multi-user, multi-group task management and assignment system for Django.
"""
__version__ = '2.3.1'
__version__ = '2.4.5'
__author__ = 'Scot Hacker'
__email__ = 'shacker@birdhouse.org'