Skip to content

Commit 249c01d

Browse files
committed
Increase version count prior to release - v0.3.5
1 parent 957b4ad commit 249c01d

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ DEBLIB := $(DEB)/usr/lib
1313
default: install test build
1414

1515
# Target to install dependencies
16-
install:
16+
install: clean
1717
$(PI) install -r requirements.txt
1818
$(PI) install .
1919

docs/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,4 +269,10 @@ Assume role of the LLM and give your response.*
269269
**What's new?**
270270

271271
- Auto-detect placeholders (#17)
272-
- `Aura` - default provider
272+
- `Aura` - default provider
273+
274+
## v0.3.5
275+
276+
**What's new?**
277+
278+
- *Binaries for all system.*

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.4",
17+
version="0.3.5",
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.4"
4+
__version__ = "0.3.5"
55
__author__ = "Smartwa"
66
__repo__ = "https://github.com/Simatwa/python-tgpt"
77

0 commit comments

Comments
 (0)