From d26cd00f5533c5fee4d06c2fbba438fb6f28444f Mon Sep 17 00:00:00 2001 From: inwerk <142039445+inwerk@users.noreply.github.com> Date: Wed, 25 Sep 2024 22:53:37 +0200 Subject: [PATCH] Update setup.py --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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",