Skip to content

Commit 26007fb

Browse files
committed
release 0.3.7
1 parent d05d83e commit 26007fb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) [2017] [Reiichiro Nakano]
3+
Copyright (c) [2018] [Reiichiro Nakano]
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,14 @@ If so, please consider citing Scikit-plot with DOI [![DOI](https://zenodo.org/ba
117117

118118
#### APA
119119

120-
> Reiichiro Nakano. (2017). reiinakano/scikit-plot: 0.3.5 [Data set]. Zenodo. http://doi.org/10.5281/zenodo.293191
120+
> Reiichiro Nakano. (2018). reiinakano/scikit-plot: 0.3.7 [Data set]. Zenodo. http://doi.org/10.5281/zenodo.293191
121121
122122
#### IEEE
123123

124-
> [1]Reiichiro Nakano, “reiinakano/scikit-plot: 0.3.5”. Zenodo, 19-Feb-2017.
124+
> [1]Reiichiro Nakano, “reiinakano/scikit-plot: 0.3.7”. Zenodo, 19-Feb-2017.
125125
126126
#### ACM
127127

128-
> [1]Reiichiro Nakano 2017. reiinakano/scikit-plot: 0.3.5. Zenodo.
128+
> [1]Reiichiro Nakano 2018. reiinakano/scikit-plot: 0.3.7. Zenodo.
129129
130130
Happy plotting!

scikitplot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import absolute_import, division, print_function, unicode_literals
22
from . import metrics, cluster, decomposition, estimators
3-
__version__ = '0.3.5'
3+
__version__ = '0.3.7'
44

55

66
from scikitplot.classifiers import classifier_factory

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def run_tests(self):
3535

3636
setup(
3737
name='scikit-plot',
38-
version='0.3.5',
38+
version='0.3.7',
3939
url='https://github.com/reiinakano/scikit-plot',
4040
license='MIT License',
4141
author='Reiichiro Nakano',

0 commit comments

Comments
 (0)