Skip to content

Commit

Permalink
Bump version back to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom committed Jun 5, 2016
1 parent b618cc7 commit 7e6bbe7
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 @@ -20,4 +20,4 @@
# Set default aesthetics
set()

__version__ = "0.7.1"
__version__ = "0.8.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://stanford.edu/~mwaskom/software/seaborn/'
LICENSE = 'BSD (3-clause)'
DOWNLOAD_URL = 'https://github.com/mwaskom/seaborn/'
VERSION = '0.7.1'
VERSION = '0.8.dev'

try:
from setuptools import setup
Expand Down

0 comments on commit 7e6bbe7

Please sign in to comment.