File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 6060## v0.1.0
6161
6262** What's new?**
63- - Chatting conversationally - ** Default Mode**
63+ - Chatting conversationally - ** Default Mode**
64+
65+ ## v0.1.1
66+
67+ ** What's new?**
68+ - Bug fixed - * file not found error*
Original file line number Diff line number Diff line change 55<a href="https://github.com/Simatwa/python-tgpt/actions/workflows/python-test.yml"><img src="https://github.com/Simatwa/python-tgpt/actions/workflows/python-test.yml/badge.svg" alt="Python Test"/></a>
66-->
77<a href =" https://github.com/Simatwa/python-tgpt/blob/main/LICENSE " ><img alt =" License " src =" https://img.shields.io/static/v1?logo=GPL&color=Blue&message=MIT&label=License " /></a >
8- <a href =" https://pypi.org/project/python-tgpt " ><img alt =" PyPi " src =" https://img.shields.io/static/v1?logo=pypi&label=Pypi&message=v0.1.0 &color=green " /></a >
8+ <a href =" https://pypi.org/project/python-tgpt " ><img alt =" PyPi " src =" https://img.shields.io/static/v1?logo=pypi&label=Pypi&message=v0.1.1 &color=green " /></a >
99<a href =" https://github.com/psf/black " ><img alt =" Black " src =" https://img.shields.io/static/v1?logo=Black&label=Code-style&message=Black " /></a >
1010<a href =" # " ><img alt =" Passing " src =" https://img.shields.io/static/v1?logo=Docs&label=Docs&message=Passing&color=green " /></a >
1111<a href =" https://github.com/Simatwa/python-tgpt/actions/workflows/python-package.yml " ><img src =" https://github.com/Simatwa/python-tgpt/actions/workflows/python-package.yml/badge.svg " /></a >
Original file line number Diff line number Diff line change 1212
1313setup (
1414 name = "python-tgpt" ,
15- version = "0.1.0 " ,
15+ version = "0.1.1 " ,
1616 license = "MIT" ,
1717 author = "Smartwa" ,
1818 maintainer = "Smartwa" ,
Original file line number Diff line number Diff line change 44from .utils import Conversation
55from .utils import AwesomePrompts
66
7- __version__ = "0.1.0 "
7+ __version__ = "0.1.1 "
88__author__ = "Smartwa"
99__repo__ = "https://github.com/Simatwa/python-tgpt"
1010
You can’t perform that action at this time.
0 commit comments