-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minifix: prompt (and prompt_file) can be edited via web UI
- Loading branch information
1 parent
ced4e06
commit b86d4b7
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
setup( | ||
name='uglypy', # The package name on PyPI | ||
version='0.0.28', # Initial version, update manually for major changes | ||
version='0.0.29', # Initial version, update manually for major changes | ||
author='Fabrizio Salmi', | ||
author_email='[email protected]', # Replace with your email | ||
description='A Python package for aggregating and processing RSS feeds with LLM-enhanced content rewriting.', | ||
|