Skip to content

Commit

Permalink
GH-22 1.1.0 Build
Browse files Browse the repository at this point in the history
  • Loading branch information
ericjaychi committed Jul 30, 2019
1 parent baa3c24 commit 6e6a7a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,17 @@

setuptools.setup(
name="tigrex",
version="1.0.3",
version="1.1.0",
author="Eric Chi",
author_email="[email protected]",
description="A Magic the Gathering CLI Tool",
long_description=long_description,
long_description_content_type="text/markdown",
packages=setuptools.find_packages(),
install_requires=requirements,
url="https://github.com/pypa/sampleproject",
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
Expand Down

0 comments on commit 6e6a7a0

Please sign in to comment.