Skip to content

Commit

Permalink
Set version back to development
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom committed Sep 3, 2017
1 parent e9c5202 commit 71b96ca
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -18,4 +18,4 @@
from .crayons import crayons
from . import cm

__version__ = "0.8.1"
__version__ = "0.9.dev"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
URL = 'http://seaborn.pydata.org'
LICENSE = 'BSD (3-clause)'
DOWNLOAD_URL = 'https://github.com/mwaskom/seaborn/'
VERSION = '0.8.1'
VERSION = '0.9.dev'

try:
from setuptools import setup
Expand Down

0 comments on commit 71b96ca

Please sign in to comment.