From 1befad29eee7863fd6b7457f086008cae70e9a1c Mon Sep 17 00:00:00 2001 From: Dustin Ingram Date: Thu, 25 Jun 2020 14:05:15 -0500 Subject: [PATCH] Version 2.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index defeb300..e2adf6a3 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ # For a discussion on single-sourcing the version across setup.py and the # project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='1.3.1', # Required + version='2.0.0', # Required # This is a one-line description or tagline of what your project does. This # corresponds to the "Summary" metadata field: