Skip to content

Commit

Permalink
Updated version, fixed homepage link.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisspen committed Oct 4, 2019
1 parent 16ccaf0 commit 52ae2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion punctuator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 9, 4)
VERSION = (0, 9, 5)
__version__ = '.'.join(map(str, VERSION))
try:
from .punc import Punctuator
Expand Down

0 comments on commit 52ae2ba

Please sign in to comment.