From 4950f911d18f83d78c6e1db4b0064c70cc458c91 Mon Sep 17 00:00:00 2001 From: Koshal67 <71601763+Koshal67@users.noreply.github.com> Date: Wed, 30 Sep 2020 23:11:39 +0530 Subject: [PATCH] Updated Setup.py Modified to make it more professional . I think you must merge it --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f4dcc92..41235a2 100644 --- a/setup.py +++ b/setup.py @@ -7,8 +7,8 @@ def read(fname): setup( - name="my_first_calculator", - version="0.1", + name="Calculator", + version="v.0.01", author="Alexander Lewis", author_email="info@acelewis.com", description="This is my first calculator",