Skip to content

Commit

Permalink
Prepare for v0.1.0b release (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
rth committed Mar 29, 2020
1 parent 0008438 commit 07db06b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
include requirements.txt
recursive-include doc *
recursive-include examples *
recursive-include sklearn_extra *.pyx *.pxd *.pxi *.py
recursive-exclude sklearn_extra *.c *.h
include README.rst
include pyproject.toml
2 changes: 1 addition & 1 deletion sklearn_extra/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.3"
__version__ = "0.1.0b"

0 comments on commit 07db06b

Please sign in to comment.