Skip to content

Commit

Permalink
Update version for 0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom committed Nov 22, 2014
1 parent cf42e22 commit 3f4533b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion seaborn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
from .xkcd_rgb import xkcd_rgb
set()

__version__ = "0.6.dev"
__version__ = "0.5.1"
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- Tools for choosing color palettes to make beautiful plots that reveal patterns in your data
- Functions for visualizing univariate and bivariate distributions or for comparing them between subsets of data
- Tools that fit and visualize linear regression models for different kinds of independent and dependent variables
- Functions that visualize matrices of data and use clustering algorithms to discover structure in those matrices
- A function to plot statistical timeseries data with flexible estimation and representation of uncertainty around the estimate
- High-level abstractions for structuring grids of plots that let you easily build complex visualizations
"""
Expand All @@ -22,7 +23,7 @@
URL = 'http://stanford.edu/~mwaskom/software/seaborn/'
LICENSE = 'BSD (3-clause)'
DOWNLOAD_URL = 'https://github.com/mwaskom/seaborn/'
VERSION = '0.6.dev'
VERSION = '0.5.1'

try:
from setuptools import setup
Expand Down

0 comments on commit 3f4533b

Please sign in to comment.