Skip to content

Commit

Permalink
build: pesudo 0.1.5 for pypi doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dsdanielpark committed May 13, 2023
1 parent 87deef1 commit 88a34ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cocoder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
from cocoder.python.core import ExceptPyCocoder
from cocoder.ipython.core import ExceptIpyCocoder

__version__ = "0.1.4"
__version__ = "0.1.5"
__author__ = "daniel park <[email protected]>"
__all__ = ["ExceptPyCocoder", "ExceptIpyCocoder", "receive_bard_advice", "receive_openai_advice", "get_resp_openai_advice"]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_long_description():

setup(
name="cocoder",
version="0.1.4",
version="0.1.5",
author="daniel park",
author_email="[email protected]",
description="",
Expand Down

0 comments on commit 88a34ba

Please sign in to comment.