Skip to content

Commit e3ec99e

Browse files
fix: fix classifiers in python binding bump to v0.1.4
1 parent 6619d52 commit e3ec99e

File tree

8 files changed

+12
-13
lines changed

8 files changed

+12
-13
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "md2data_node"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2024"
55
license = "MIT"
66
description = "Node binding for md2data: Markdown → JSON/YAML/TOML/XML. Faster with Rust."

bindings/node/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "md2data",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Node binding for md2data: Markdown → JSON/YAML/TOML/XML. Faster with Rust.",
55
"license": "MIT",
66
"main": "index.js",

bindings/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "md2data_py"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2024"
55
license = "MIT"
66
description = "Python binding for md2data: Markdown → JSON/YAML/TOML/XML. Faster with Rust."

bindings/python/pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "md2data"
7-
version = "0.1.3"
7+
version = "0.1.4"
88
description = "Python binding for md2data: Markdown → JSON/YAML/TOML/XML. Faster with Rust."
99
readme = "README.md"
1010
requires-python = ">=3.12.3"
@@ -19,8 +19,7 @@ classifiers = [
1919
"Operating System :: MacOS",
2020
"Operating System :: OS Independent",
2121
"License :: OSI Approved :: MIT License",
22-
"Topic :: Text Processing :: Markdown",
23-
"Topic :: File Formats",
22+
"Topic :: Text Processing :: Markup :: Markdown",
2423
"Topic :: Utilities",
2524
]
2625

bindings/python/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/md2data/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "md2data"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2024"
55
license = "MIT"
66
description = "CLI and library for converting Markdown → JSON/YAML/TOML/XML"

0 commit comments

Comments
 (0)