Skip to content

Commit e569cb9

Browse files
committed
Changing version to 0.2.0
1 parent 204e0cb commit e569cb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

seaborn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
from .miscplot import *
77
set()
88

9-
__version__ = "0.2.dev"
9+
__version__ = "0.2.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
LICENSE = 'BSD (3-clause)'
1616
DOWNLOAD_URL = ('https://github.com/mwaskom/seaborn/zipball/master'
1717
'#egg=seaborn=dev')
18-
VERSION = '0.2.dev'
18+
VERSION = '0.2.0'
1919

2020
from setuptools import setup
2121

0 commit comments

Comments
 (0)