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 = [