Skip to content

Commit

Permalink
change version to 0.1. first release
Browse files Browse the repository at this point in the history
  • Loading branch information
reiinakano committed Feb 17, 2017
1 parent 5ce205a commit 5d63b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scikitplot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from __future__ import absolute_import, division, print_function, unicode_literals
__version__ = '0.1dev8'
__version__ = '0.1'


from scikitplot.classifiers import classifier_factory
Expand Down

0 comments on commit 5d63b42

Please sign in to comment.