Skip to content

Commit

Permalink
Release v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom committed Apr 26, 2020
1 parent b0ae9b3 commit dd40fd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion seaborn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
from .colors import xkcd_rgb, crayons
from . import cm

__version__ = "0.10.1.dev0"
__version__ = "0.10.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit dd40fd6

Please sign in to comment.