diff --git a/punctuator/__init__.py b/punctuator/__init__.py index f8c9879..9ee9816 100644 --- a/punctuator/__init__.py +++ b/punctuator/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 9, 4) +VERSION = (0, 9, 5) __version__ = '.'.join(map(str, VERSION)) try: from .punc import Punctuator