Skip to content

Commit a8ff1bd

Browse files
committed
Bump version for replacement beta
1 parent 81a3a80 commit a8ff1bd

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

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

3838
INSTALL_REQUIRES = [

0 commit comments

Comments
 (0)