Tres Seaver
2015-03-18 e4b71bb12d7eaf239469e6e1a4a14a1d9d268ca6
setup.py
@@ -1,6 +1,6 @@
##############################################################################
#
# Copyright (c) 2007 Agendaless Consulting and Contributors.
# Copyright (c) 2007-2009 Agendaless Consulting and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the BSD-like license at
@@ -19,7 +19,7 @@
from setuptools import setup, find_packages
__version__ = '1.0.15'
__version__ = '1.0.19.dev0'
here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, 'README.txt')).read()