Skip to content

Commit

Permalink
forcing 0.0.2 release with documetnation
Browse files Browse the repository at this point in the history
  • Loading branch information
turbomam committed Jul 1, 2024
1 parent c3b025f commit 1ee8cde
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions llm_github/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,3 +358,9 @@ def process_discussions(discussions: List[Dict[str, Any]], keys_to_remove: List[
final_discussion = remove_keys_from_dict(cleaned_discussion, keys_to_remove)
processed_discussions.append(final_discussion)
return processed_discussions


def force_release() -> None:
"""Force a release of the package to PyPI."""
# This function is used for demonstration purposes and should not be used in production
pass
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "llm_github"
version = "0.0.1"
version = "0.0.2"
description = "Tools for extracting knowledge from GitHub issues, PR comments, etc."
authors = ["Mark Andrew Miller <[email protected]>"]
repository = "https://github.com/turbomam/llm-github"
Expand Down

0 comments on commit 1ee8cde

Please sign in to comment.