Skip to content

Commit c90fb3f

Browse files
MaxGhenisclaude
andcommitted
Bump to v0.1.1
Fixes frontmatter duplication bug and .md.qmd extension doubling in config toc entries. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2063017 commit c90fb3f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "mystquarto"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Bidirectional MyST ↔ Quarto converter"
99
readme = "README.md"
1010
license = "MIT-0"

src/mystquarto/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Bidirectional MyST ↔ Quarto converter."""
22

3-
__version__ = "0.1.0"
3+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)