Skip to content

Commit f3414c7

Browse files
committed
Increase version count prior to release - v0.1.1
1 parent cd20189 commit f3414c7

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

docs/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,9 @@
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*

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

setup.py

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

1313
setup(
1414
name="python-tgpt",
15-
version="0.1.0",
15+
version="0.1.1",
1616
license="MIT",
1717
author="Smartwa",
1818
maintainer="Smartwa",

tgpt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .utils import Conversation
55
from .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

0 commit comments

Comments
 (0)