Skip to content

Commit 537f592

Browse files
committed
Update versions for v0.12.0b2
1 parent 08e1d5f commit 537f592

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.0b1"
21+
__version__ = "0.12.0b2"

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.0b1'
35+
VERSION = '0.12.0b2'
3636
PYTHON_REQUIRES = ">=3.7"
3737

3838
INSTALL_REQUIRES = [

0 commit comments

Comments
 (0)