Merge pull request #21 from bittner/master
Fix version number to upload to PyPI
This commit is contained in:
commit
8c7837d76c
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
"""django todo"""
|
"""django todo"""
|
||||||
__version__ = '1.4.dev'
|
__version__ = '1.4'
|
||||||
|
|
||||||
__author__ = 'Scot Hacker'
|
__author__ = 'Scot Hacker'
|
||||||
__email__ = 'shacker@birdhouse.org'
|
__email__ = 'shacker@birdhouse.org'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue