We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5af8a2 commit 90709c9Copy full SHA for 90709c9
seaborn/__init__.py
@@ -18,4 +18,4 @@
18
_orig_rc_params = mpl.rcParams.copy()
19
20
# Define the seaborn version
21
-__version__ = "0.12.0b2"
+__version__ = "0.12.0b3"
setup.py
@@ -32,7 +32,7 @@
32
URL = 'https://seaborn.pydata.org'
33
LICENSE = 'BSD (3-clause)'
34
DOWNLOAD_URL = 'https://github.com/mwaskom/seaborn/'
35
-VERSION = '0.12.0b2'
+VERSION = '0.12.0b3'
36
PYTHON_REQUIRES = ">=3.7"
37
38
INSTALL_REQUIRES = [
0 commit comments