Skip to content

Commit

Permalink
update: v0.2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
ltbringer committed Feb 22, 2021
1 parent eb9f0ff commit 17077a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dialogy/cli/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


def new_project(
template: str, destination_path: str, namespace: str = "vernacular-ai"
destination_path: str, template: str, namespace: str = "vernacular-ai"
) -> None:
"""
Create project scaffolding.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dialogy"
version = "0.2.3"
version = "0.2.4"
description = "Language understanding for human dialog."
authors = ["Amresh Venugopal <amresh.venugopal@gmail.com>"]

Expand Down

0 comments on commit 17077a2

Please sign in to comment.