Skip to content

Commit

Permalink
New version of cornflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ggsdc committed Oct 3, 2023
1 parent 68442df commit ea5702b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.6
ARG CORNFLOW_VERSION=1.0.7

# install linux pkg
RUN apt update -y && apt-get install -y --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion cornflow-server/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version 1.0.6
version 1.0.7
--------------

- released: 2023-10-03
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.6",
version="1.0.7",
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 ea5702b

Please sign in to comment.