Skip to content

Commit

Permalink
Change cornflow version to final one
Browse files Browse the repository at this point in the history
  • Loading branch information
ggsdc committed May 10, 2024
1 parent e4c71fb commit 8f66d38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cornflow-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV DEBIAN_FRONTEND noninteractive
ENV TERM linux

# CORNFLOW vars
ARG CORNFLOW_VERSION=1.0.11a1
ARG CORNFLOW_VERSION=1.0.11

# install linux pkg
RUN apt update -y && apt-get install -y --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion cornflow-server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="cornflow",
version="1.0.11a1",
version="1.0.11",
author="baobab soluciones",
author_email="[email protected]",
description="Cornflow is an open source multi-solver optimization server with a REST API built using flask.",
Expand Down

0 comments on commit 8f66d38

Please sign in to comment.