Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rishikanthc committed Aug 15, 2024
1 parent 3a74a0f commit 745e31a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "markopolis"
version = "0.1.7"
version = "0.2.0"
description = "Self-hostable Obsidian Publish"
authors = ["Rishikanth Chandrasekaran <r3chandr@ucsd.edu>"]
readme = "README.md"
Expand Down

0 comments on commit 745e31a

Please sign in to comment.