Increment version in readme

This commit is contained in:
Scot Hacker 2018-04-08 00:58:32 -07:00
parent 9098e3f0d4
commit 5805cf52ad
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'
__version__ = '2.0.1'
__author__ = 'Scot Hacker'
__email__ = 'shacker@birdhouse.org'