Skip to content

Commit

Permalink
Bump version for v0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom committed Jul 16, 2018
1 parent 1acf26b commit 3eb463a
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 @@ -18,4 +18,4 @@
from .colors import xkcd_rgb, crayons
from . import cm

__version__ = "0.9.dev"
__version__ = "0.9.0"
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.9.dev'
VERSION = '0.9.0'

INSTALL_REQUIRES = [
'numpy>=1.9.3',
Expand Down

0 comments on commit 3eb463a

Please sign in to comment.