From dd40fd6885f9d164d6925f5b4571d69f1c134b4b Mon Sep 17 00:00:00 2001 From: Michael Waskom Date: Sun, 26 Apr 2020 16:54:27 -0400 Subject: [PATCH] Release v0.10.1 --- seaborn/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = [