Skip to content

Commit

Permalink
v0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
rindPHI committed Aug 30, 2022
1 parent 82ea310 commit 59b60d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ RUN pip install --upgrade pip wheel
RUN git clone https://github.com/rindPHI/islearn.git
WORKDIR /home/islearn/islearn
RUN git pull
RUN git checkout v0.2.12
RUN git checkout v0.2.13
RUN pip install -e .[dev,test]
RUN pip install isla-solver==0.10.5
RUN pip install isla-solver==0.10.6

WORKDIR /home/islearn
CMD ["fish"]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "islearn"
version = "0.2.12"
version = "0.2.13"
authors = [
{ name="Dominic Steinhöfel", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion src/islearn/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.12"
__version__ = "0.2.13"

0 comments on commit 59b60d6

Please sign in to comment.