Skip to content

Commit

Permalink
update pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
reiinakano committed Feb 5, 2018
1 parent f414384 commit afd600e
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.3 [Data set]. Zenodo. http:https://doi.org/10.5281/zenodo.293191
> Reiichiro Nakano. (2017). reiinakano/scikit-plot: 0.3.4 [Data set]. Zenodo. http:https://doi.org/10.5281/zenodo.293191
#### IEEE

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

> [1]Reiichiro Nakano 2017. reiinakano/scikit-plot: 0.3.3. Zenodo.
> [1]Reiichiro Nakano 2017. reiinakano/scikit-plot: 0.3.4. 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.3'
__version__ = '0.3.4'


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.3',
version='0.3.4',
url='https://github.com/reiinakano/scikit-plot',
license='MIT License',
author='Reiichiro Nakano',
Expand Down

0 comments on commit afd600e

Please sign in to comment.