Skip to content

Commit 68b2f00

Browse files
committed
Bump version back to dev
1 parent c465628 commit 68b2f00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

seaborn/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
from .xkcd_rgb import xkcd_rgb
1111
set()
1212

13-
__version__ = "0.5.0"
13+
__version__ = "0.6.dev"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
URL = 'http://stanford.edu/~mwaskom/software/seaborn/'
2323
LICENSE = 'BSD (3-clause)'
2424
DOWNLOAD_URL = 'https://github.com/mwaskom/seaborn/'
25-
VERSION = '0.5.0'
25+
VERSION = '0.6.dev'
2626

2727
try:
2828
from setuptools import setup

0 commit comments

Comments
 (0)