Skip to content

Commit

Permalink
Release v0.1.13 (#27)
Browse files Browse the repository at this point in the history
* bump to v0.1.12

* data files
  • Loading branch information
kmax12 authored Nov 1, 2017
1 parent aed0aa9 commit f6a180f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
Changelog
---------

**v0.1.13** November 1, 2017
* Add MANIFEST.in (:pr:`26`)

**v0.1.11** October 31, 2017
* Package linting (:pr:`7`)
* Custom primitive creation functions (:pr:`13`)
Expand Down
2 changes: 1 addition & 1 deletion featuretools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
from .utils.pickle_utils import *
import featuretools.demo

__version__ = '0.1.11'
__version__ = '0.1.13'
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ def finalize_options(self):

setup(
name='featuretools',
version='0.1.11',
version='0.1.13',
packages=find_packages(),
package_data={'featuretools': ['config_yaml.txt']},
description='a framework for automated feature engineering',
url='http://featuretools.com',
license='BSD 3-clause',
Expand Down

0 comments on commit f6a180f

Please sign in to comment.