Skip to content

Commit

Permalink
bump:patch update
Browse files Browse the repository at this point in the history
  • Loading branch information
lone17 committed Apr 29, 2024
1 parent bb8efd6 commit 4213b41
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions libs/ktem/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ include-package-data = true
packages.find.exclude = ["ktem_tests*", "env*"]
packages.find.include = ["ktem*"]

[tool.setuptools-git-versioning]
enabled = true
dev_template = "{tag}"
dirty_template = "{tag}"
tag_filter = "v?\\d+(\\.\\d+)*.*"

[project]
name = "ktem"
dynamic = ["version"]
Expand Down
4 changes: 2 additions & 2 deletions scripts/update_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ IF EXIST "pyproject.toml" (
) ELSE (
ECHO Installing version: %app_version%
@REM Work around for versioning control
python -m pip install -U git+https://github.com/Cinnamon/kotaemon.git@"%app_version%"#subdirectory=libs/kotaemon
python -m pip install -U git+https://github.com/Cinnamon/kotaemon.git@"%app_version%"#subdirectory=libs/ktem
python -m pip install git+https://github.com/Cinnamon/kotaemon.git@"%app_version%"#subdirectory=libs/kotaemon
python -m pip install git+https://github.com/Cinnamon/kotaemon.git@"%app_version%"#subdirectory=libs/ktem
python -m pip install --no-deps git+https://github.com/Cinnamon/kotaemon.git@"%app_version%"
) || (
ECHO. && ECHO Update failed. You may need to run the update again.
Expand Down

0 comments on commit 4213b41

Please sign in to comment.