Skip to content

Commit 71b9898

Browse files
committed
Bump version back to dev
1 parent 1187367 commit 71b9898

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
@@ -8,4 +8,4 @@
88
from .axisgrid import *
99
set()
1010

11-
__version__ = "0.3"
11+
__version__ = "0.4.dev"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
URL = 'http://stanford.edu/~mwaskom/software/seaborn/'
1010
LICENSE = 'BSD (3-clause)'
1111
DOWNLOAD_URL = 'https://github.com/mwaskom/seaborn/'
12-
VERSION = '0.3'
12+
VERSION = '0.4.dev'
1313

1414
from setuptools import setup
1515

0 commit comments

Comments
 (0)