Skip to content

Commit d43e845

Browse files
committed
build: 0.2.10 for openai customized prompt
1 parent d815092 commit d43e845

File tree

9 files changed

+9
-8
lines changed

9 files changed

+9
-8
lines changed

ExceptNotifier/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,5 @@
131131
"ExceptWechatIpython",
132132
]
133133

134-
__version__ = "0.2.9"
134+
__version__ = "0.2.10"
135135
__author__ = "daniel park <parkminwoo1991@gmail.com>"

ExceptNotifier/base/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
"get_resp_openai_advice",
3434
]
3535

36-
__version__ = "0.2.9"
36+
__version__ = "0.2.10"
3737
__author__ = "daniel park <parkminwoo1991@gmail.com>"

ExceptNotifier/ipycore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
"ExceptDesktopIpython",
2929
]
3030

31-
__version__ = "0.2.9"
31+
__version__ = "0.2.10"
3232
__author__ = "daniel park <parkminwoo1991@gmail.com>"

ExceptNotifier/pycore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@
6868
"SendDesktop",
6969
]
7070

71-
__version__ = "0.2.9"
71+
__version__ = "0.2.10"
7272
__author__ = "daniel park <parkminwoo1991@gmail.com>"

ExceptNotifier/utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77

88
__all__ = ["get_authorize_code", "save_token"]
9-
__version__ = "0.2.9"
9+
__version__ = "0.2.10"
1010
__author__ = "daniel park <parkminwoo1991@gmail.com>"

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def skip(app, what, name, obj, skip, options):
5050
exclude_patterns = ["_build", "**tests**", "**spi**"]
5151

5252
# The full version, including alpha/beta/rc tags
53-
release = "0.2.9"
53+
release = "0.2.10"
5454

5555

5656
# -- General configuration ---------------------------------------------------

documents/DEV_NOTE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ In upcoming updates, I aim to enhance the pylint score, eliminate superfluous in
9494
|0.2.7| Fix bard advice function. you can customize your prompt by setting `_PROMPT_COMMAND` |
9595
|0.2.8| Update equirement pacakge `bardapi` |
9696
|0.2.9| Fix without `_BARD_ADVICE_LANG` |
97+
|0.2.10| Update customize prompt in Open AI chatbot |
9798

9899
need Refactoring, QA.
99100

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: "exceptnotifier"
3-
version: "0.2.9"
3+
version: "0.2.10"
44

55
source:
66
git_url: https://github.com/dsdanielpark/ExceptNotifier

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="exceptnotifier",
28-
version="0.2.9",
28+
version="0.2.10",
2929
author="daniel park",
3030
author_email="parkminwoo1991@gmail.com",
3131
description="With Python's try-except to receive notifications about Errors or Successes in your code through messenger app or email.",

0 commit comments

Comments
 (0)