Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanReeve committed Sep 8, 2018
1 parent 4f5d744 commit 0fb8b65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
setup(
name = 'chapterize',
packages = ['chapterize'],
version = '0.1.5',
version = '0.1.6',
description = 'A tool for breaking etexts into chapters.',
author = 'Jonathan Reeve',
author_email = '[email protected]',
url = 'https://github.com/JonathanReeve/chapterize',
download_url = 'https://github.com/JonathanReeve/chapterize/tarball/0.1.3',
download_url = 'https://github.com/JonathanReeve/chapterize/tarball/0.1.6',
install_requires = ['Click'],
keywords = ['NLP', 'text', 'chapters'],
entry_points='''
Expand Down

0 comments on commit 0fb8b65

Please sign in to comment.