Skip to content

Commit 23c8ded

Browse files
committed
Bump version to 2.0.6 in pyproject.toml and update homepage URL
1 parent fb2502d commit 23c8ded

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "concurrent_collections"
7-
version = "2.0.5"
7+
version = "2.0.6"
88
description = "A brief description of concurrent-collections"
99
authors = [{ name = "Alessio Lombardi", email = "work@alelom.com" }]
1010
license = { file = "MIT" }
1111
readme = "README.md"
1212
requires-python = ">=3.6"
1313
dependencies = [
1414
]
15-
urls = { "Homepage" = "https://github.com/alombardi/python-concurrentCollections" }
15+
urls = { "Homepage" = "https://github.com/alelom/python-concurrentCollections" }
1616

1717
[tool.setuptools]
1818
packages = ["concurrent_collections"]

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)