Bump version

This commit is contained in:
Scot Hacker 2018-04-08 23:33:52 -07:00
parent 782950d904
commit 3991a2c82c
2 changed files with 3 additions and 1 deletions

View file

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