Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocargnelutti committed Apr 4, 2024
1 parent 88fee01 commit 2187fb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -4,7 +4,7 @@ description = "WARC + RAG + LLM. Experimental pipeline using retrieval augmented
license = "MIT"
name = "warc-gpt"
readme = "README.md"
version = "0.1.1"
version = "0.1.2"

[tool.poetry.dependencies]
beautifulsoup4 = "^4.12.2"
Expand Down
1 change: 0 additions & 1 deletion warc_gpt/static/components/InspectDialog.js
Expand Up @@ -58,7 +58,6 @@ export class InspectDialog extends HTMLElement {
console.log(output);
}


};

/**
Expand Down

0 comments on commit 2187fb1

Please sign in to comment.