Skip to content

Commit 8ef55c7

Browse files
author
Carmine DiMascio
committed
v1.4.4
1 parent 04746ec commit 8ef55c7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# The short X.Y version
2626
version = '1.4'
2727
# The full version, including alpha/beta/rc tags
28-
release = '1.4.3'
28+
release = '1.4.4'
2929

3030
# -- General configuration ---------------------------------------------------
3131

readability/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Scores the readability of a text and output a variety of metrics including: Flesch-Kincaid Grade Level, Gunning Fog, ARI, Dale Chall, SMOG, and more
44
"""
55
__title__ = 'py-readabilitiy-metrics'
6-
__version__ = '1.4.3'
6+
__version__ = '1.4.4'
77
__author__ = 'Carmine DiMascio'
88
__license__ = 'MIT'
99
__copyright__ = 'Copyright 2019 Carmine DiMascio'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='py-readability-metrics',
10-
version='1.4.3',
10+
version='1.4.4',
1111
author='Carmine DiMAscio',
1212
author_email='[email protected]',
1313
description='Score text "Readability" with popular formulas and metrics including Flesch-Kincaid, Gunning Fog, ARI, Dale Chall, SMOG, Spache and more',

0 commit comments

Comments
 (0)