From 0e4ceaf19da65be00ee812d1bc8b728f97ddf601 Mon Sep 17 00:00:00 2001 From: mwaskom Date: Tue, 2 Sep 2014 21:35:08 -0700 Subject: [PATCH] Bump version to 0.4 --- 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 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