Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramimashkouk committed Jul 30, 2024
1 parent 2586445 commit abfb17b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/df_designer/app/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def init(destination: str = settings.work_directory, no_input: bool = False, ove
"https://github.com/Ramimashkouk/df_d_template.git",
no_input=no_input,
overwrite_if_exists=overwrite_if_exists,
extra_context={"dflowd_version": "0.1.0b3"},
extra_context={"dflowd_version": "0.1.0b4"},
)
finally:
os.chdir(original_dir)
2 changes: 1 addition & 1 deletion backend/df_designer/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dflowd"
version = "0.1.0b3"
version = "0.1.0b4"
description = "Dialog Flow Designer"
license = "Apache-2.0"
authors = [
Expand Down

0 comments on commit abfb17b

Please sign in to comment.