We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c465628 commit 68b2f00Copy full SHA for 68b2f00
seaborn/__init__.py
@@ -10,4 +10,4 @@
10
from .xkcd_rgb import xkcd_rgb
11
set()
12
13
-__version__ = "0.5.0"
+__version__ = "0.6.dev"
setup.py
@@ -22,7 +22,7 @@
22
URL = 'http://stanford.edu/~mwaskom/software/seaborn/'
23
LICENSE = 'BSD (3-clause)'
24
DOWNLOAD_URL = 'https://github.com/mwaskom/seaborn/'
25
-VERSION = '0.5.0'
+VERSION = '0.6.dev'
26
27
try:
28
from setuptools import setup
0 commit comments