From 956bd8191ac95405da7ac5a09908b00f9aa6350c Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Tue, 1 May 2018 19:39:58 -0700 Subject: [PATCH] v1.0.6 --- readtime/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readtime/__about__.py b/readtime/__about__.py index 897de33..8f7920a 100644 --- a/readtime/__about__.py +++ b/readtime/__about__.py @@ -2,7 +2,7 @@ __description__ = 'Calculates the time some text takes the average human to ' \ 'read, based on Medium\'s read time forumula' __url__ = 'https://github.com/alanhamlett/readtime' -__version_info__ = ('1', '0', '5') +__version_info__ = ('1', '0', '6') __version__ = '.'.join(__version_info__) __author__ = 'Alan Hamlett' __author_email__ = 'alan.hamlett@gmail.com'