Skip to content

Commit

Permalink
Merge branch 'v0.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom committed Apr 5, 2019
2 parents d00d071 + d078de0 commit 06452ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.0"
__version__ = "0.9.1.dev0"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env python
#
# Copyright (C) 2012-2018 Michael Waskom
# Copyright (C) 2012-2019 Michael Waskom

DESCRIPTION = "seaborn: statistical data visualization"
LONG_DESCRIPTION = """\
Expand All @@ -26,7 +26,7 @@
URL = 'https://seaborn.pydata.org'
LICENSE = 'BSD (3-clause)'
DOWNLOAD_URL = 'https://github.com/mwaskom/seaborn/'
VERSION = '0.9.0'
VERSION = '0.9.1.dev'

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

0 comments on commit 06452ca

Please sign in to comment.