Skip to content

Commit

Permalink
version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uricod committed May 31, 2022
1 parent d307d54 commit 8b349b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion randomText/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '1.3.0'
__version__ = '1.4.0'
__author__ = 'Josh Nussbaum'
__email__ = '[email protected]'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = fh.read()

setup(name='random-text',
version='1.3.0',
version='1.4.0',
description='A Python client library Random Data Api',
long_description=long_description,
long_description_content_type='text/markdown; charset=UTF-8',
Expand Down

0 comments on commit 8b349b0

Please sign in to comment.