Skip to content

Commit

Permalink
Merge pull request #48 from MervinPraison/develop
Browse files Browse the repository at this point in the history
v0.0.26
  • Loading branch information
MervinPraison authored Jun 17, 2024
2 parents 3c28f5c + f60a35d commit 7b8a7aa
Show file tree
Hide file tree
Showing 5 changed files with 1,218 additions and 182 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.11-slim
WORKDIR /app
COPY . .
RUN pip install flask praisonai==0.0.25 gunicorn markdown
RUN pip install flask praisonai==0.0.26 gunicorn markdown
EXPOSE 8080
CMD ["gunicorn", "-b", "0.0.0.0:8080", "api:app"]
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = 'PraisonAI'
copyright = '2024, Mervin Praison'
author = 'Mervin Praison'
release = '0.0.25'
release = '0.0.26'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
Loading

0 comments on commit 7b8a7aa

Please sign in to comment.