Skip to content

Commit a6a937c

Browse files
committed
chore: bump CLI version to 0.10.0
1 parent f64d068 commit a6a937c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pg0"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
edition = "2021"
55
description = "Zero-dependency CLI to run embedded PostgreSQL locally without installation"
66
license = "MIT"

sdk/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pg0-embedded"
3-
version = "0.3.0"
3+
version = "0.10.0"
44
description = "Python API for pg0 - embedded PostgreSQL"
55
readme = "README.md"
66
license = "MIT"

0 commit comments

Comments
 (0)