Skip to content

Commit e118a95

Browse files
committed
Bump version and fix Makefile
1 parent 0c2b8fd commit e118a95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ release:
2222
compile_frontend:
2323
cd frontend && \
2424
npm install && \
25-
npm run build && \
25+
VITE_APP_VERSION=$$(grep -e "^\s*version='[^']*'" ../setup.py | cut -d "'" -f 2) npm run build && \
2626
find ../gpt_code_ui/webapp/static -mindepth 1 ! -name '.gitignore' -delete && \
2727
rsync -av dist/ ../gpt_code_ui/webapp/static
2828

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='gpt_code_ui',
10-
version='0.42.36',
10+
version='0.42.37',
1111
description="An Open Source version of ChatGPT Code Interpreter",
1212
long_description=long_description,
1313
long_description_content_type='text/markdown', # This field specifies the format of the `long_description`.

0 commit comments

Comments
 (0)