Skip to content

Commit

Permalink
update pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
reiinakano committed May 12, 2018
1 parent 4d72ea8 commit 1ee71a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4 [Data set]. Zenodo. https://doi.org/10.5281/zenodo.293191
> Reiichiro Nakano. (2017). reiinakano/scikit-plot: 0.3.5 [Data set]. Zenodo. https://doi.org/10.5281/zenodo.293191
#### IEEE

> [1]Reiichiro Nakano, “reiinakano/scikit-plot: 0.3.4”. Zenodo, 19-Feb-2017.
> [1]Reiichiro Nakano, “reiinakano/scikit-plot: 0.3.5”. Zenodo, 19-Feb-2017.
#### ACM

> [1]Reiichiro Nakano 2017. reiinakano/scikit-plot: 0.3.4. Zenodo.
> [1]Reiichiro Nakano 2017. reiinakano/scikit-plot: 0.3.5. Zenodo.
Happy plotting!
2 changes: 1 addition & 1 deletion scikitplot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import absolute_import, division, print_function, unicode_literals
from . import metrics, cluster, decomposition, estimators
__version__ = '0.3.4'
__version__ = '0.3.5'


from scikitplot.classifiers import classifier_factory
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def run_tests(self):

setup(
name='scikit-plot',
version='0.3.4',
version='0.3.5',
url='https://github.com/reiinakano/scikit-plot',
license='MIT License',
author='Reiichiro Nakano',
Expand Down

0 comments on commit 1ee71a0

Please sign in to comment.