Skip to content

Commit 0395204

Browse files
committed
Bump version to 1.0.1
1 parent 419ef7e commit 0395204

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

blockdoc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
from blockdoc.renderers.markdown import render_to_markdown
1111
from blockdoc.schema.loader import schema
1212

13-
__version__ = '1.0.0'
13+
__version__ = '1.0.1'

docs/spec/blockdoc-specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BlockDoc Specification
22

3-
**Version:** 1.0.0
3+
**Version:** 1.0.1
44
**Status:** Stable
55
**Maintainer:** BlockDoc Team
66

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name="blockdoc",
11-
version="1.0.0",
11+
version="1.0.1",
1212
author="Eric Berry",
1313
author_email="[email protected]",
1414
description="A simple, powerful standard for structured content that works beautifully with LLMs, humans, and modern editors",

0 commit comments

Comments
 (0)