From 957a935d0a3bcda8e2af9bff0adac2b9b3f95d41 Mon Sep 17 00:00:00 2001 From: Eric Chi Date: Sat, 25 Jul 2020 10:37:34 -0700 Subject: [PATCH] v1.3.0 Build --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 47f5855..7ed1737 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name="tigrex", - version="1.2.0", + version="1.3.0", author="Eric Chi", author_email="ericjaychi@gmail.com", description="A Magic the Gathering CLI Tool",