Skip to content

Commit

Permalink
v0.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
MervinPraison committed Jun 17, 2024
1 parent b80dcd5 commit f60a35d
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 f60a35d

Please sign in to comment.