diff --git a/seaborn/__init__.py b/seaborn/__init__.py index 01aa05e423..bb5c86159c 100644 --- a/seaborn/__init__.py +++ b/seaborn/__init__.py @@ -17,4 +17,4 @@ from .colors import xkcd_rgb, crayons from . import cm -__version__ = "0.10.1.dev0" +__version__ = "0.10.1" diff --git a/setup.py b/setup.py index 709d5e34dc..8e7aea2bbc 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ URL = 'https://seaborn.pydata.org' LICENSE = 'BSD (3-clause)' DOWNLOAD_URL = 'https://github.com/mwaskom/seaborn/' -VERSION = '0.10.1.dev0' +VERSION = '0.10.1' PYTHON_REQUIRES = ">=3.6" INSTALL_REQUIRES = [