Skip to content

Commit 9635e9e

Browse files
sync from internal repository
1 parent 90218f3 commit 9635e9e

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Cargo.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/dkdc-md-cli-py/Cargo.lock

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

crates/dkdc-md-cli-py/Cargo.toml

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

33
[package]
44
name = "dkdc-md-cli-py"
5-
version = "0.1.5"
5+
version = "0.2.0"
66
edition = "2024"
77
authors = ["Cody <cody@dkdc.dev>"]
88
license = "MIT"

crates/dkdc-md-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dkdc-md-cli"
3-
version = "0.1.5"
3+
version = "0.2.0"
44
edition = "2024"
55
rust-version = "1.93"
66
authors = ["Cody <cody@dkdc.dev>"]
@@ -10,7 +10,7 @@ repository = "https://github.com/lostmygithubaccount/md-cli"
1010
homepage = "https://github.com/lostmygithubaccount/md-cli"
1111
keywords = ["motherduck", "cli", "duckdb", "api"]
1212
categories = ["command-line-utilities"]
13-
readme = "../README.md"
13+
readme = "../../README.md"
1414

1515
[lib]
1616
name = "dkdc_md_cli"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dkdc-md-cli"
3-
version = "0.1.5"
3+
version = "0.2.0"
44
description = "CLI for the MotherDuck REST API"
55
requires-python = ">=3.11"
66
license = "MIT"

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.

0 commit comments

Comments
 (0)