Skip to content

Commit ac84b13

Browse files
committed
chore: bump version to 0.1.0-beta.1
1 parent 88ad447 commit ac84b13

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "databow"
33
description = "A command-line tool for querying databases via ADBC"
4-
version = "0.1.0-beta"
4+
version = "0.1.0-beta.1"
55
edition = "2024"
66
license = "Apache-2.0"
77
readme = "README.md"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ A command-line tool for querying databases via [ADBC](https://arrow.apache.org/a
2929
Install from [crates.io](https://crates.io/crates/databow):
3030

3131
```sh
32-
cargo install databow --version 0.1.0-beta
32+
cargo install databow --version 0.1.0-beta.1
3333
```
3434

3535
Install from source:

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ SPDX-License-Identifier: Apache-2.0
1414
Install from [crates.io](https://crates.io/crates/databow):
1515

1616
```sh
17-
cargo install databow --version 0.1.0-beta
17+
cargo install databow --version 0.1.0-beta.1
1818
```
1919

2020
## Source

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "databow"
33
description = "A command-line tool for querying databases."
4-
version = "0.1.0-beta"
4+
version = "0.1.0-beta.1"
55
requires-python = ">=3.10"
66
readme = "README.md"
77
license = "Apache-2.0"

0 commit comments

Comments
 (0)