Skip to content

Commit

Permalink
v0.18.0.dev updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Parsons committed Aug 12, 2020
1 parent 2a7e0b8 commit 5b2ad5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion featuretools/tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.18.0"
assert __version__ == "0.18.1.dev0"
2 changes: 1 addition & 1 deletion featuretools/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.18.0'
__version__ = '0.18.1.dev0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name='featuretools',
version='0.18.0',
version='0.18.1.dev0',
packages=find_packages(),
description='a framework for automated feature engineering',
url='http://featuretools.com',
Expand Down

0 comments on commit 5b2ad5b

Please sign in to comment.