From 078b01157a89d4934dfac9aad85016ce7e58ae94 Mon Sep 17 00:00:00 2001 From: Chase Farmer Date: Mon, 2 Nov 2020 18:08:59 -0800 Subject: [PATCH] updates for pypi --- plaid/version.py | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plaid/version.py b/plaid/version.py index 17b3a92db..0f6baa539 100644 --- a/plaid/version.py +++ b/plaid/version.py @@ -1 +1 @@ -__version__ = '8.0.0-beta' +__version__ = '8.0.0b1' diff --git a/setup.py b/setup.py index f45f65152..09a9830bc 100644 --- a/setup.py +++ b/setup.py @@ -27,6 +27,7 @@ zip_safe=False, include_package_data=True, classifiers=[ + "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Libraries :: Python Modules",