Skip to content

Commit 87deef1

Browse files
committed
build: 0.1.5 pseudo build for pypi doc
1 parent 7fa4463 commit 87deef1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cocoder/ipython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
except:
1111
pass
1212

13-
__version__ = "0.1.4"
13+
__version__ = "0.1.5"
1414
__author__ = "daniel park <parkminwoo1991@gmail.com>"
1515
__all__ = ["ExceptIpyCocoder", "receive_bard_advice", "receive_openai_advice", "get_resp_openai_advice"]

cocoder/python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
from cocoder.chatbase.openai_receiver import get_resp_openai_advice
66
from cocoder.python.core import ExceptPyCocoder
77

8-
__version__ = "0.1.4"
8+
__version__ = "0.1.5"
99
__author__ = "daniel park <parkminwoo1991@gmail.com>"
1010
__all__ = ["ExceptPyCocoder", "receive_bard_advice", "receive_openai_advice", "get_resp_openai_advice"]

0 commit comments

Comments
 (0)