Skip to content

Commit 7b8a7aa

Browse files
Merge pull request #48 from MervinPraison/develop
v0.0.26
2 parents 3c28f5c + f60a35d commit 7b8a7aa

File tree

5 files changed

+1218
-182
lines changed

5 files changed

+1218
-182
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.11-slim
22
WORKDIR /app
33
COPY . .
4-
RUN pip install flask praisonai==0.0.25 gunicorn markdown
4+
RUN pip install flask praisonai==0.0.26 gunicorn markdown
55
EXPOSE 8080
66
CMD ["gunicorn", "-b", "0.0.0.0:8080", "api:app"]

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = 'PraisonAI'
1010
copyright = '2024, Mervin Praison'
1111
author = 'Mervin Praison'
12-
release = '0.0.25'
12+
release = '0.0.26'
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

0 commit comments

Comments
 (0)