Skip to content

Commit

Permalink
bump version to dev2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Parsons committed Oct 12, 2021
1 parent ac6ef37 commit 8d912b6
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__ == "1.0.0.dev0"
assert __version__ == "1.0.0.dev2"
2 changes: 1 addition & 1 deletion featuretools/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.0.dev0'
__version__ = '1.0.0.dev2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

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

0 comments on commit 8d912b6

Please sign in to comment.