Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
jtauber committed Feb 19, 2016
1 parent 43c3e78 commit f147732
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ For more of my work on Ancient Greek, see <http://jktauber.com/>.

## Installation

pip install greek-accentuation==0.9.8
pip install greek-accentuation==0.9.9


## Documentation
Expand All @@ -21,6 +21,8 @@ see [docs.rst](https://github.com/jtauber/greek-accentuation/blob/master/docs.rs

## Change Log

0.9.9 removed some unnecessary code

0.9.8 add_necessary_breathing now properly handles initial vowels with iota
subscripts

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="greek-accentuation",
version="0.9.8",
version="0.9.9",
description="""\
Python 3 library for accenting (and analyzing the accentuation of) \
Ancient Greek words""",
Expand Down

0 comments on commit f147732

Please sign in to comment.