Skip to content

Commit

Permalink
Revert "release: bump main 1.0.19 and base 0.0.97" (#4044)
Browse files Browse the repository at this point in the history
Revert "release: bump main 1.0.19 and base 0.0.97 (#4029)"

This reverts commit b482862.
  • Loading branch information
jordanrfrazier committed Oct 7, 2024
1 parent 9642dc1 commit 12cc916
Show file tree
Hide file tree
Showing 3 changed files with 489 additions and 523 deletions.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


[tool.uv.sources]
langflow-base = { workspace = true }
langflow = { workspace = true }
Expand All @@ -10,7 +12,7 @@ packages = ["src/backend/langflow"]

[project]
name = "langflow"
version = "1.0.19"
version = "1.0.18"
description = "A Python package with a built-in web application"
requires-python = ">=3.10,<3.13"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/backend/base/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ build-backend = "hatchling.build"

[project]
name = "langflow-base"
version = "0.0.97"
version = "0.0.96"
description = "A Python package with a built-in web application"
requires-python = ">=3.10,<3.13"
license = "MIT"
Expand Down
Loading

0 comments on commit 12cc916

Please sign in to comment.