Skip to content

Commit

Permalink
Fixed version number and url
Browse files Browse the repository at this point in the history
  • Loading branch information
Inaruslynx committed Jan 19, 2021
1 parent 70f05b2 commit e921db4
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 @@ -5,13 +5,13 @@

setuptools.setup(
name="SmtApi", # Replace with your own username
version="v0.1-alpha",
version="v0.1.3-alpha",
author="Joshua Edwards",
author_email="[email protected]",
description="An API for SmartMeterTexas",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/pypa/sampleproject",
url="https://github.com/Inaruslynx/SmtApi",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit e921db4

Please sign in to comment.