Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jheidecker committed Jul 7, 2023
1 parent 781125b commit 345c77a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ WORKDIR /app
RUN pip3 install build
COPY . .
RUN python3 -m build
RUN pip3 install dist/lemmony-0.0.3-py3-none-any.whl
RUN pip3 install dist/lemmony-0.0.4-py3-none-any.whl

CMD ["lemmony-cli"]
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = lemmony
version = 0.0.3
version = 0.0.4

[options]
packages = lemmony
Expand Down

0 comments on commit 345c77a

Please sign in to comment.