Skip to content

Commit 5da786f

Browse files
committed
Increase version count prior to release - v0.3.8
1 parent b585dba commit 5da786f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

docs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,3 +291,11 @@ Assume role of the LLM and give your response.*
291291
**What's new?**
292292

293293
- *Binaries dependencies fixed.*
294+
295+
## v0.3.8
296+
297+
**What's new?**
298+
299+
- Phind fixed. #21
300+
- Bard fixed. #23 #15
301+
- Full and minimal executables.

setup.py

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

1515
setup(
1616
name="python-tgpt",
17-
version="0.3.7",
17+
version="0.3.8",
1818
license="MIT",
1919
author="Smartwa",
2020
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.3.7"
4+
__version__ = "0.3.8"
55
__author__ = "Smartwa"
66
__repo__ = "https://github.com/Simatwa/python-tgpt"
77

0 commit comments

Comments
 (0)