Skip to content

Commit

Permalink
Update versions for v0.12.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom committed Jul 14, 2022
1 parent f0199d5 commit 079d823
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion seaborn/__init__.py
Expand Up @@ -18,4 +18,4 @@
_orig_rc_params = mpl.rcParams.copy()

# Define the seaborn version
__version__ = "0.12.0a0"
__version__ = "0.12.0a1"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -32,7 +32,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 = [
Expand Down

0 comments on commit 079d823

Please sign in to comment.