Skip to content

Commit

Permalink
version bump for further dev
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislit committed May 29, 2015
1 parent cf3b0f9 commit 69f9b15
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
Release History
---------------

0.2 (2015-05-27)
0.2.1 ()
++++++++++++++++++



0.2.0 (2015-05-27)
++++++++++++++++++

- Added Caumanns' German stemmer
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = '0.2'
version = '0.2.1'
# The full version, including alpha/beta/rc tags.
release = '0.2.0'
release = '0.2.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def readfile(fn):
setup(
name='abydos',
packages=find_packages(exclude=['tests*']),
version='0.2.0',
version='0.2.1',
description='Abydos NLP/IR library',
author='Chris Little',
author_email='chrisclittle+abydos@gmail.com',
Expand Down

0 comments on commit 69f9b15

Please sign in to comment.