We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f611138 commit c465628Copy full SHA for c465628
seaborn/__init__.py
@@ -10,4 +10,4 @@
10
from .xkcd_rgb import xkcd_rgb
11
set()
12
13
-__version__ = "0.5.dev"
+__version__ = "0.5.0"
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.dev'
+VERSION = '0.5.0'
26
27
try:
28
from setuptools import setup
0 commit comments