Skip to content

Commit

Permalink
Merge pull request #35 from apulverizer/develop
Browse files Browse the repository at this point in the history
v0.2.3
  • Loading branch information
apulverizer committed Dec 27, 2021
2 parents 86b4f38 + 04e8140 commit d6bd8a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ USER allagash
WORKDIR $HOME

COPY --chown=allagash:allagash ci-environment.yml ci-environment.yml
COPY --chown=allagash:allagash src src

# Copy the license and readme file into the source so it will be included in the built package
COPY --chown=allagash:allagash src LICENSE README.md src/

# Configure conda env
RUN conda env create -f ci-environment.yml \
Expand Down
1 change: 1 addition & 0 deletions src/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include README.md LICENSE
2 changes: 1 addition & 1 deletion src/allagash/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .problem import Problem, UnboundedException, UndefinedException, InfeasibleException, NotSolvedException
from .coverage import Coverage

__version__ = "0.2.2"
__version__ = "0.2.3"

0 comments on commit d6bd8a7

Please sign in to comment.