diff --git a/setup.py b/setup.py index b27e0fb..36c8310 100644 --- a/setup.py +++ b/setup.py @@ -9,13 +9,12 @@ # Setting up setup( name="dicewarepy", - version="1.0.2", + version="1.0.3", description="Minimalist Python library designed for the random selection of words from cryptographic wordlists, utilizing the Diceware method.", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/inwerk/dicewarepy", author="inwerk", - author_email="inwerk@posteo.de", classifiers=[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Education",