From da5881afc0bf1ee416ae822dd96826b0dc2c2d9a Mon Sep 17 00:00:00 2001 From: rishikanthc Date: Fri, 16 Aug 2024 03:06:25 -0400 Subject: [PATCH] release 0.3.4 --- Dockerfile | 2 +- README.md | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 34bfaef..2db9cb0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.12-alpine -RUN pip install --no-cache-dir markopolis==0.3.3 +RUN pip install --no-cache-dir markopolis==0.3.4 WORKDIR /app diff --git a/README.md b/README.md index 1d9c130..e1e5775 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ version: '3.8' services: markopolis: - image: ghcr.io/rishikanthc/markopolis:0.3.1 + image: ghcr.io/rishikanthc/markopolis:0.3.4 ports: - "8080:8080" environment: diff --git a/pyproject.toml b/pyproject.toml index 847213d..bcb9d0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "markopolis" -version = "0.3.3" +version = "0.3.4" description = "Self-hostable Obsidian Publish" authors = ["Rishikanth Chandrasekaran "] readme = "README.md"