Skip to content

Commit d2a0260

Browse files
committed
Increase version count prior to release - v0.6.3
1 parent a9a1d36 commit d2a0260

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

docs/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,4 +484,14 @@ For instance:
484484
**What's new?**
485485

486486
- patch : FastAPI - `/images` amount > 10 causing http status_code 500.
487-
- added : Hosted api health-status monitor.
487+
- added : Hosted api health-status monitor.
488+
489+
## v0.6.3
490+
491+
**What's new?**
492+
493+
- added : API static contents - `clear` command.
494+
* `$ pytgpt api clear images`
495+
- patch : Streaming redirected outputs.
496+
* `pytgpt generate --raw "Write a short story" > shortstory.txt` #43
497+
- other minor updates

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
setup(
4848
name="python-tgpt",
49-
version="0.6.2",
49+
version="0.6.3",
5050
license="MIT",
5151
author="Smartwa",
5252
maintainer="Smartwa",

0 commit comments

Comments
 (0)