We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be57027 commit 40ce625Copy full SHA for 40ce625
Makefile
@@ -30,7 +30,7 @@ compile_frontend:
30
rsync -av dist/ ../gpt_code_ui/webapp/static
31
32
bundle_pypi:
33
- rm -rf dist && \
+ rm -rf dist build && \
34
python3 setup.py sdist bdist_wheel
35
36
upload_pypi:
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name='gpt_code_ui',
10
- version='0.42.22',
+ version='0.42.26',
11
description="An Open Source version of ChatGPT Code Interpreter",
12
long_description=long_description,
13
long_description_content_type='text/markdown', # This field specifies the format of the `long_description`.
0 commit comments