Skip to content

Commit 90709c9

Browse files
committed
Update versions for v0.12.0b3
1 parent a5af8a2 commit 90709c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

seaborn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
_orig_rc_params = mpl.rcParams.copy()
1919

2020
# Define the seaborn version
21-
__version__ = "0.12.0b2"
21+
__version__ = "0.12.0b3"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
URL = 'https://seaborn.pydata.org'
3333
LICENSE = 'BSD (3-clause)'
3434
DOWNLOAD_URL = 'https://github.com/mwaskom/seaborn/'
35-
VERSION = '0.12.0b2'
35+
VERSION = '0.12.0b3'
3636
PYTHON_REQUIRES = ">=3.7"
3737

3838
INSTALL_REQUIRES = [

0 commit comments

Comments
 (0)