Skip to content

Commit

Permalink
changed mecsimcalc to lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
PointlessUser committed May 6, 2023
1 parent b1173eb commit 45b665d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
long_description = "\n" + fh.read()

VERSION = "0.0.1"
VERSION = "0.0.2"
DESCRIPTION = "Useful functions for MecSimCalc.com"
LONG_DESCRIPTION = "Useful functions for MecSimCalc.com"

# Setting up
setup(
name="MecSimCalc",
name="mecsimcalc",
version=VERSION,
author="MecSimCalc",
author_email="<[email protected]>",
Expand Down

0 comments on commit 45b665d

Please sign in to comment.