From 37cac7fd438040f0f0af8cc8f8353a6f00259d8a Mon Sep 17 00:00:00 2001 From: Daniele Bonadiman Date: Thu, 15 May 2014 10:43:55 +0200 Subject: [PATCH] fixed little error --- setup.py | 3 --- wordlist/__init__.py | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 8ff632b..a46dffe 100644 --- a/setup.py +++ b/setup.py @@ -7,12 +7,9 @@ install_requires = [] -with open('README.md') as file: - long_description = file.read() config = { 'description': 'Wordlist generator, creates dictionaries of words', - 'long_description': long_description, 'author': 'Rexos', 'url': 'https://github.com/rexos/wordlist', 'download_url': 'https://github.com/rexos/wordlist/tarball/1.0', diff --git a/wordlist/__init__.py b/wordlist/__init__.py index 6979ca0..4fab567 100644 --- a/wordlist/__init__.py +++ b/wordlist/__init__.py @@ -23,7 +23,6 @@ ba """ __title__ = "wordlist" -__version__ = '1.0' - +__version__ = '1.0.1' from .wordlist import Generator