diff --git a/LICENSE b/LICENSE index b29cec4..72affcd 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) [2017] [Reiichiro Nakano] +Copyright (c) [2018] [Reiichiro Nakano] Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 2d2564c..6c2b239 100644 --- a/README.md +++ b/README.md @@ -117,14 +117,14 @@ If so, please consider citing Scikit-plot with DOI [![DOI](https://zenodo.org/ba #### APA -> Reiichiro Nakano. (2017). reiinakano/scikit-plot: 0.3.5 [Data set]. Zenodo. http://doi.org/10.5281/zenodo.293191 +> Reiichiro Nakano. (2018). reiinakano/scikit-plot: 0.3.7 [Data set]. Zenodo. http://doi.org/10.5281/zenodo.293191 #### IEEE -> [1]Reiichiro Nakano, “reiinakano/scikit-plot: 0.3.5”. Zenodo, 19-Feb-2017. +> [1]Reiichiro Nakano, “reiinakano/scikit-plot: 0.3.7”. Zenodo, 19-Feb-2017. #### ACM -> [1]Reiichiro Nakano 2017. reiinakano/scikit-plot: 0.3.5. Zenodo. +> [1]Reiichiro Nakano 2018. reiinakano/scikit-plot: 0.3.7. Zenodo. Happy plotting! diff --git a/scikitplot/__init__.py b/scikitplot/__init__.py index 7316d03..44ac91d 100644 --- a/scikitplot/__init__.py +++ b/scikitplot/__init__.py @@ -1,6 +1,6 @@ from __future__ import absolute_import, division, print_function, unicode_literals from . import metrics, cluster, decomposition, estimators -__version__ = '0.3.5' +__version__ = '0.3.7' from scikitplot.classifiers import classifier_factory diff --git a/setup.py b/setup.py index 0abbb70..869d99e 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ def run_tests(self): setup( name='scikit-plot', - version='0.3.5', + version='0.3.7', url='https://github.com/reiinakano/scikit-plot', license='MIT License', author='Reiichiro Nakano',