Bump version to v0.1.41 (#3446)

This commit is contained in:
Charlie Marsh
2024-05-07 21:05:47 -04:00
committed by GitHub
parent 49937a386d
commit b0d7a26431
5 changed files with 11 additions and 5 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## 0.1.41
### Bug fixes
- Remove unconstrained version error from requirements ([#3443](https://github.com/astral-sh/uv/pull/3443))
## 0.1.40
### Enhancements
Generated
+2 -2
View File
@@ -4531,7 +4531,7 @@ checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
[[package]]
name = "uv"
version = "0.1.40"
version = "0.1.41"
dependencies = [
"anstream",
"anyhow",
@@ -5115,7 +5115,7 @@ dependencies = [
[[package]]
name = "uv-version"
version = "0.1.40"
version = "0.1.41"
[[package]]
name = "uv-virtualenv"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-version"
version = "0.1.40"
version = "0.1.41"
edition = { workspace = true }
rust-version = { workspace = true }
homepage = { workspace = true }
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv"
version = "0.1.40"
version = "0.1.41"
edition = { workspace = true }
rust-version = { workspace = true }
homepage = { workspace = true }
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "uv"
version = "0.1.40"
version = "0.1.41"
description = "An extremely fast Python package installer and resolver, written in Rust."
authors = [{ name = "Astral Software Inc.", email = "hey@astral.sh" }]
requires-python = ">=3.8"