From 1b6d45b14580946021ee6dc77e001c6c6586fae9 Mon Sep 17 00:00:00 2001 From: Conrad Date: Tue, 16 Jul 2019 00:16:16 +0200 Subject: [PATCH] Updated Version Number - This is still a beta release (doesn't work) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cb1f7ac..fbaf225 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="entro_py-creyD", - version="1.0.1", + version="1.0.3", author="Conrad Großer", author_email="grosserconrad@gmail.com", description="Small Information Entropy Calculator",