Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel committed May 9, 2016
1 parent bd3eecb commit bddb505
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ def __init__(self, **options):
# built documents.
#
# The short X.Y version.
version = '2.0.11'
version = '2.0.13'
# The full version, including alpha/beta/rc tags.
release = '2.0.11'
release = '2.0.13'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion corpkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"Corpora"] + LETTERS

#metadata
__version__ = "2.0.11"
__version__ = "2.0.13"
__author__ = "Daniel McDonald"
__license__ = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def run(self):
nltk.data.path.append(nltkpath)

setup(name='corpkit',
version='2.0.11',
version='2.0.13',
description='A toolkit for working with linguistic corpora',
url='http://github.com/interrogator/corpkit',
author='Daniel McDonald',
Expand Down

0 comments on commit bddb505

Please sign in to comment.