Skip to content

Commit

Permalink
Merge pull request #75 from forslund/feature/update-pyee
Browse files Browse the repository at this point in the history
Feature/update pyee
  • Loading branch information
clusterfudge authored Mar 6, 2018
2 parents d1b7656 + bfaaf24 commit fa02d3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
argparse==1.2.1
pyee==1.0.1
pyee==5.0.0
six==1.10.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name = "adapt-parser",
version = "0.3.1",
version = "0.3.2",
author = "Sean Fitzgerald",
author_email = "[email protected]",
description = ("A text-to-intent parsing framework."),
Expand All @@ -14,7 +14,7 @@
packages = ["adapt", "adapt.tools", "adapt.tools.text"],

install_requires = [
"pyee==1.0.1",
"pyee==5.0.0",
"six==1.10.0"
]
)

0 comments on commit fa02d3f

Please sign in to comment.