Skip to content

Commit 0cce360

Browse files
committed
fix(release): set version to 0.1.0
Update Cargo.toml and Cargo.lock to set the package version to 0.1.0, ensuring consistency with the intended release version and resolving potential version mismatch issues in the release workflow.
1 parent 035dbdf commit 0cce360

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "venvdetect"
3-
version = "0.1.4"
3+
version = "0.1.0"
44
edition = "2024"
55
description = "Detects Python virtual environments"
66
license = "MIT"

0 commit comments

Comments
 (0)