Skip to content

Commit

Permalink
Change the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
LORD-KAY committed Mar 21, 2018
1 parent 59b2d82 commit 7426d91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -9,13 +9,13 @@
setup(
name = 'textalyzer',
packages = ['textalyzer'],
version = '0.1.2',
version = '0.1.3',
description = ' A text analyzer for repeating and contraction characters',
long_description = long_description,
author = 'Lord Kay',
author_email = 'offeilord@gmail.com',
license = 'MIT',
url = 'https://github.com/LORD-KAY/Textalyzer',
download_url = 'https://github.com/LORD-KAY/Textalyzer/releases/v0.1.2',
download_url = 'https://github.com/LORD-KAY/Textalyzer/releases/v0.1.3',
keywords = ['python','replacers','words','repeat','characters'],
)

0 comments on commit 7426d91

Please sign in to comment.