From 4f209dab6a795df608e140afea1d1335bef4dc1c Mon Sep 17 00:00:00 2001 From: Michael Waskom Date: Thu, 2 Jun 2022 19:50:15 -0400 Subject: [PATCH] Update versions for v0.12.0a1 --- seaborn/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/seaborn/__init__.py b/seaborn/__init__.py index 24d7263ad8..7069ed7f01 100644 --- a/seaborn/__init__.py +++ b/seaborn/__init__.py @@ -18,4 +18,4 @@ _orig_rc_params = mpl.rcParams.copy() # Define the seaborn version -__version__ = "0.12.0a0" +__version__ = "0.12.0a1" diff --git a/setup.py b/setup.py index f6b5fd914f..b3ce50de99 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ URL = 'https://seaborn.pydata.org' LICENSE = 'BSD (3-clause)' DOWNLOAD_URL = 'https://github.com/mwaskom/seaborn/' -VERSION = '0.12.0a0' +VERSION = '0.12.0a1' PYTHON_REQUIRES = ">=3.7" INSTALL_REQUIRES = [