Skip to content

Commit

Permalink
Increase version count prior to release - v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Simatwa committed Apr 15, 2024
1 parent a9a1d36 commit d2a0260
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,4 +484,14 @@ For instance:
**What's new?**

- patch : FastAPI - `/images` amount > 10 causing http status_code 500.
- added : Hosted api health-status monitor.
- added : Hosted api health-status monitor.

## v0.6.3

**What's new?**

- added : API static contents - `clear` command.
* `$ pytgpt api clear images`
- patch : Streaming redirected outputs.
* `pytgpt generate --raw "Write a short story" > shortstory.txt` #43
- other minor updates
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

setup(
name="python-tgpt",
version="0.6.2",
version="0.6.3",
license="MIT",
author="Smartwa",
maintainer="Smartwa",
Expand Down

0 comments on commit d2a0260

Please sign in to comment.