From 745e31a5cd8b1a1e64f254ff2ac0e6dfc2902301 Mon Sep 17 00:00:00 2001 From: rishikanthc Date: Wed, 14 Aug 2024 21:36:55 -0400 Subject: [PATCH] release 0.2.0 --- Dockerfile | 2 +- README.md | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 882f253..af07af4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.12-alpine -RUN pip install --no-cache-dir markopolis==0.1.7 +RUN pip install --no-cache-dir markopolis==0.2.0 WORKDIR /app diff --git a/README.md b/README.md index 6ecabad..1bbffa3 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ version: '3.8' services: markopolis: - image: ghcr.io/rishikanthc/markopolis:0.1.7 + image: ghcr.io/rishikanthc/markopolis:0.2.0 ports: - "8080:8080" environment: diff --git a/pyproject.toml b/pyproject.toml index 7954180..77a8054 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "markopolis" -version = "0.1.7" +version = "0.2.0" description = "Self-hostable Obsidian Publish" authors = ["Rishikanth Chandrasekaran "] readme = "README.md"