Skip to content

Commit 9663493

Browse files
committed
Bump version to 1.4.1
Updated version number to 1.4.1 in main.py, pyproject.toml, and setup.py to prepare for a new release.
1 parent e889188 commit 9663493

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

main.py

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

5858
# App metadata
5959
APP_NAME = "OrChat"
60-
APP_VERSION = "1.4.0"
60+
APP_VERSION = "1.4.1"
6161
REPO_URL = "https://github.com/oop7/OrChat"
6262
API_URL = "https://api.github.com/repos/oop7/OrChat/releases/latest"
6363

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "orchat"
7-
version = "1.4.0"
7+
version = "1.4.1"
88
authors = [
99
{name = "oop7", email = "[email protected]"},
1010
]

setup.py

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

88
setup(
99
name="orchat",
10-
version="1.4.0",
10+
version="1.4.1",
1111
author="oop7",
1212
author_email="[email protected]",
1313
description="A powerful CLI for chatting with AI models through OpenRouter",

0 commit comments

Comments
 (0)