Skip to content

Commit efa55bc

Browse files
committed
fix: update dependency pkg bardapi multilang tag
1 parent 18631e9 commit efa55bc

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

cocoder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright 2023 parkminwoo
22

3-
__version__ = "0.1.5"
3+
__version__ = "0.1.6"
44
__author__ = "daniel park <[email protected]>"

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def get_long_description():
2525

2626
setup(
2727
name="cocoder",
28-
version="0.1.5",
28+
version="0.1.6",
2929
author="daniel park",
3030
author_email="[email protected]",
3131
description="",
@@ -34,7 +34,9 @@ def get_long_description():
3434
url="https://github.com/dsdanielpark/Co-Coder",
3535
packages=find_packages(exclude=[]),
3636
python_requires=">=3.6",
37-
install_requires=["openai", "bardapi"],
37+
install_requires=["openai",
38+
"bardapi @ git+https://github.com/dsdanielpark/[email protected]"],
39+
3840
keywords="Python Debuger, Python AI Debug, Realtime Debuger, Search, Find Debug Infomation, Bard, ChatGPT, GoogleBard, OpenAIchatGPT",
3941
classifiers=[
4042
"Development Status :: 2 - Pre-Alpha",

0 commit comments

Comments
 (0)