From 345c77a69503e3642d6c8a82cb5da44185bf51f2 Mon Sep 17 00:00:00 2001 From: Jay Heidecker Date: Fri, 7 Jul 2023 17:39:22 -0600 Subject: [PATCH] v0.0.4 --- Containerfile | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index a0d54f2..dd1213d 100644 --- a/Containerfile +++ b/Containerfile @@ -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"] \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 28c234e..149736e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = lemmony -version = 0.0.3 +version = 0.0.4 [options] packages = lemmony