Skip to content

Commit

Permalink
release 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
reiinakano committed Aug 19, 2018
1 parent d05d83e commit 26007fb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
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.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!
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.5'
__version__ = '0.3.7'


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

0 comments on commit 26007fb

Please sign in to comment.