We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1187367 commit 71b9898Copy full SHA for 71b9898
seaborn/__init__.py
@@ -8,4 +8,4 @@
8
from .axisgrid import *
9
set()
10
11
-__version__ = "0.3"
+__version__ = "0.4.dev"
setup.py
@@ -9,7 +9,7 @@
URL = 'http://stanford.edu/~mwaskom/software/seaborn/'
LICENSE = 'BSD (3-clause)'
DOWNLOAD_URL = 'https://github.com/mwaskom/seaborn/'
12
-VERSION = '0.3'
+VERSION = '0.4.dev'
13
14
from setuptools import setup
15
0 commit comments