Skip to content

Commit ec2f172

Browse files
committed
Bump version to 2.0.4 in pyproject.toml add link to github repo
1 parent e5ab836 commit ec2f172

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

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

55
[project]
66
name = "concurrent_collections"
7-
version = "2.0.3"
7+
version = "2.0.4"
88
description = "A brief description of concurrent-collections"
99
authors = [{ name = "Alessio Lombardi", email = "[email protected]" }]
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" }
1516

1617
[tool.setuptools]
1718
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)