@@ -2,5 +2,7 @@ | |||||
*.egg | *.egg | ||||
*.egg-info | *.egg-info | ||||
.DS_Store | .DS_Store | ||||
__pycache__ | |||||
build | build | ||||
dist | |||||
docs/_build | docs/_build |
@@ -48,9 +48,9 @@ copyright = u'2009, 2010, 2011, 2012 Ben Kurtovic' | |||||
# built documents. | # built documents. | ||||
# | # | ||||
# The short X.Y version. | # The short X.Y version. | ||||
version = '0.1' | |||||
version = '0.2' | |||||
# The full version, including alpha/beta/rc tags. | # The full version, including alpha/beta/rc tags. | ||||
release = '0.1' | |||||
release = '0.2.dev' | |||||
# The language for content autogenerated by Sphinx. Refer to documentation | # The language for content autogenerated by Sphinx. Refer to documentation | ||||
# for a list of supported languages. | # for a list of supported languages. | ||||
@@ -32,9 +32,9 @@ details. This documentation is also available `online | |||||
__author__ = "Ben Kurtovic" | __author__ = "Ben Kurtovic" | ||||
__copyright__ = "Copyright (C) 2009, 2010, 2011, 2012 Ben Kurtovic" | __copyright__ = "Copyright (C) 2009, 2010, 2011, 2012 Ben Kurtovic" | ||||
__license__ = "MIT License" | __license__ = "MIT License" | ||||
__version__ = "0.1" | |||||
__version__ = "0.2.dev" | |||||
__email__ = "ben.kurtovic@verizon.net" | __email__ = "ben.kurtovic@verizon.net" | ||||
__release__ = True | |||||
__release__ = False | |||||
if not __release__: | if not __release__: | ||||
def _get_git_commit_id(): | def _get_git_commit_id(): | ||||