Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 88a34ba

Browse files
committed
build: pesudo 0.1.5 for pypi doc
1 parent 87deef1 commit 88a34ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cocoder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
from cocoder.python.core import ExceptPyCocoder
77
from cocoder.ipython.core import ExceptIpyCocoder
88

9-
__version__ = "0.1.4"
9+
__version__ = "0.1.5"
1010
__author__ = "daniel park <[email protected]>"
1111
__all__ = ["ExceptPyCocoder", "ExceptIpyCocoder", "receive_bard_advice", "receive_openai_advice", "get_resp_openai_advice"]

setup.py

Lines changed: 1 addition & 1 deletion
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.4",
28+
version="0.1.5",
2929
author="daniel park",
3030
author_email="[email protected]",
3131
description="",

0 commit comments

Comments
 (0)