Skip to content

Commit

Permalink
release: 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mscolnick committed Oct 21, 2024
1 parent 35fbe0e commit 7c53767
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
tags:
- v*
- '[0-9]+.[0-9]+.[0-9]+'
pull_request:

jobs:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ site/
.venv/
__pycache__/
.pixi
examples/
6 changes: 1 addition & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
title: marimo for MkDocs
---

# marimo for MkDocs

[![PyPI](https://img.shields.io/pypi/v/mkdocs-marimo.svg)](https://pypi.org/project/mkdocs-marimo/)
Expand All @@ -11,7 +7,7 @@ title: marimo for MkDocs

<!-- [![Conda](https://img.shields.io/conda/v/conda-forge/mkdocs-marimo.svg)](https://anaconda.org/conda-forge/mkdocs-marimo) -->

An MkDocs plugin that brings interactive Python code execution to your documentation using [marimo](https://github.com/marimo-team/marimo).
A MkDocs plugin that brings interactive Python code execution to your documentation using [marimo](https://github.com/marimo-team/marimo).

## Features

Expand Down
2 changes: 0 additions & 2 deletions mkdocs_marimo/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ class MarimoPluginConfig(MkDocsConfig):


class MarimoPlugin(BasePlugin[MarimoPluginConfig]):
version = "0.1.0"

replacements: dict[str, list[str]] = {}

def __init__(self):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ license = "Apache-2.0"
name = "mkdocs-marimo"
readme = "README.md"
requires-python = ">=3.9"
version = "0.1.0"
version = "0.1.1"

[project.entry-points."mkdocs.plugins"]
marimo = "mkdocs_marimo.plugin:MarimoPlugin"
Expand Down

0 comments on commit 7c53767

Please sign in to comment.