Skip to content

Commit 4a69baf

Browse files
committed
- Execute python code in responses *(interactive)*- exec
- Execute python codes using system installed python interpreter - *default* - Other minor fixes.
1 parent a93a90d commit 4a69baf

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

docs/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

setup.py

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

3737
setup(
3838
name="python-tgpt",
39-
version="0.4.3",
39+
version="0.4.4",
4040
license="MIT",
4141
author="Smartwa",
4242
maintainer="Smartwa",

src/pytgpt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from .utils import appdir
22
import g4f
33

4-
__version__ = "0.4.3"
4+
__version__ = "0.4.4"
55
__author__ = "Smartwa"
66
__repo__ = "https://github.com/Simatwa/python-tgpt"
77

0 commit comments

Comments
 (0)