Skip to content

Commit a6ea81e

Browse files
author
Carmine DiMascio
committed
pypi package release 1.4.1 is downloading 1.3.5 cdimascio#7
1 parent 88130e5 commit a6ea81e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.1'
28+
release = '1.4.2'
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.3.5'
6+
__version__ = '1.4.2'
77
__author__ = 'Carmine DiMascio'
88
__license__ = 'MIT'
99
__copyright__ = 'Copyright 2019 Carmine DiMascio'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='py-readability-metrics',
10-
version='1.4.1',
10+
version='1.4.2',
1111
author='Carmine DiMAscio',
1212
author_email='cdimascio@gmail.com',
1313
description='Score text "Readability" with popular metrics such as Flesch-Kincaid, Gunning Fog, ARI, Dale Chall, SMOG, and more',
@@ -16,7 +16,7 @@
1616
url='https://github.com/cdimascio/py-readability-metrics',
1717
keywords="readability metrics text difficulty grade level",
1818
packages=find_packages(exclude=['tests']),
19-
package_data={'readability': ['data', 'data/dale_chall_porterstem.txt']},
19+
package_data={'readability': ['data', 'data/dale_chall_porterstem.txt', 'data/spache_easy_porterstem.txt']},
2020
include_package_data=True,
2121
license='MIT',
2222
install_requires=[

0 commit comments

Comments
 (0)