Skip to content

Commit

Permalink
fix: Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramimashkouk committed Jul 29, 2024
1 parent 0d2a43a commit fbe2c53
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.0b2"},
extra_context={"dflowd_version": "0.1.0b3"},
)
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.0b2"
version = "0.1.0b3"
description = "Dialog Flow Designer"
license = "Apache-2.0"
authors = [
Expand Down

0 comments on commit fbe2c53

Please sign in to comment.