File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -352,4 +352,12 @@ For instance:
352352
353353** What's new?**
354354
355- - Minor bug fix. RawDog : * generate*
355+ - Minor bug fix. RawDog : * generate*
356+
357+ ## v0.4.4
358+
359+ ** What's new?**
360+
361+ - Execute python code in responses * (interactive)* - ` exec `
362+ - Execute python codes using system installed python interpreter - * default*
363+ - Other minor fixes.
Original file line number Diff line number Diff line change 3636
3737setup (
3838 name = "python-tgpt" ,
39- version = "0.4.3 " ,
39+ version = "0.4.4 " ,
4040 license = "MIT" ,
4141 author = "Smartwa" ,
4242 maintainer = "Smartwa" ,
Original file line number Diff line number Diff line change 11from .utils import appdir
22import g4f
33
4- __version__ = "0.4.3 "
4+ __version__ = "0.4.4 "
55__author__ = "Smartwa"
66__repo__ = "https://github.com/Simatwa/python-tgpt"
77
You can’t perform that action at this time.
0 commit comments