Skip to content

Commit 28cefa6

Browse files
author
Carmine DiMascio
committed
incr version
1 parent 0485f5d commit 28cefa6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

readability/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Calculate gunning fog readability score
44
"""
55
__title__ = 'py-readabilitiy-metrics'
6-
__version__ = '0.23.3'
6+
__version__ = '0.23.4'
77
__author__ = 'Carmine DiMascio'
88
__license__ = 'MIT'
99
__copyright__ = 'Copyright 2019 Carmine DiMascio'

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
setup(
99
name='py-readability-metrics',
10-
version='0.23.3',
10+
version='0.23.4',
1111
author='Carmine DiMAscio',
1212
author_email='[email protected]',
13-
description='Calculate readability scores. e.g. Flesch, Flesch-Kincaid, and more',
13+
description='Score text "Readability" with popular metrics such as Flesch-Kincaid, Gunning Fog, ARI, Dale Chall, SMOG, and more',
1414
long_description=long_description,
1515
long_description_content_type="text/markdown",
1616
url='https://github.com/cdimascio/py-readability-metrics',

0 commit comments

Comments
 (0)