-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
17ab5d3
commit 7efe13b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', '1', '1') | ||
__version_info__ = ('2', '0', '0') | ||
__version__ = '.'.join(__version_info__) | ||
__author__ = 'Alan Hamlett' | ||
__author_email__ = '[email protected]' | ||
|