Skip to content

Commit 0485f5d

Browse files
author
Carmine DiMascio
committed
increment version
1 parent 34cb97f commit 0485f5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readability/__init__.py

Lines changed: 1 addition & 1 deletion
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.2'
6+
__version__ = '0.23.3'
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='0.23.2',
10+
version='0.23.3',
1111
author='Carmine DiMAscio',
1212
author_email='[email protected]',
1313
description='Calculate readability scores. e.g. Flesch, Flesch-Kincaid, and more',

0 commit comments

Comments
 (0)