Skip to content

Commit bce9ea9

Browse files
committed
bump to version 1.8
1 parent 4132dc8 commit bce9ea9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

randomText/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '1.7.0'
1+
__version__ = '1.8.0'
22
__author__ = 'Josh Nussbaum'
33
__email__ = '[email protected]'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
long_description = fh.read()
55

66
setup(name='random-text',
7-
version='1.7.0',
7+
version='1.8.0',
88
description='A Python client library Random Data Api',
99
long_description=long_description,
1010
long_description_content_type='text/markdown; charset=UTF-8',

0 commit comments

Comments
 (0)