Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
Fix manifest file directory name
Browse files Browse the repository at this point in the history
I don't know if this directory was renamed at some point or if this
manifest has always been wrong, but this line in the manifest seems
an awful lot like it wants to include all the source file of the
package... but doesn't.

But now it does!
  • Loading branch information
dsakagi committed Aug 15, 2017
1 parent ba43d99 commit 70b373f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.12.1 (2017 August 14)
=======================

Bugfixes
--------
* Updates the distribution metadata to include modules critical to the functioning of this library.

1.12.0 (2017 August 9)
======================

Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
recursive-include datarobot_scoring *.py
recursive-include datarobot_batch_scoring *.py

include setup.py
include README.rst
Expand Down
2 changes: 1 addition & 1 deletion datarobot_batch_scoring/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.12.0'
__version__ = '1.12.1'

0 comments on commit 70b373f

Please sign in to comment.