diff --git a/seaborn/__init__.py b/seaborn/__init__.py index c3ed1b4bde..3671cb35b8 100644 --- a/seaborn/__init__.py +++ b/seaborn/__init__.py @@ -9,4 +9,4 @@ from .xkcd_rgb import xkcd_rgb set() -__version__ = "0.4.dev" +__version__ = "0.4.0" diff --git a/setup.py b/setup.py index 2b8b8a8b47..ce049a082a 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ URL = 'http://stanford.edu/~mwaskom/software/seaborn/' LICENSE = 'BSD (3-clause)' DOWNLOAD_URL = 'https://github.com/mwaskom/seaborn/' -VERSION = '0.4.dev' +VERSION = '0.4.0' try: from setuptools import setup