Skip to content

Commit c53451b

Browse files
committed
Bump version to 0.2.1 for release
1 parent 0feb3f4 commit c53451b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

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

55
[project]
66
name = "tsignal"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "A Python Signal-Slot library inspired by Qt"
99
readme = "README.md"
1010
requires-python = ">=3.10"
@@ -25,10 +25,10 @@ classifiers = [
2525
]
2626

2727
[project.urls]
28-
Homepage = "https://github.com/tsignal/tsignal-python"
29-
Repository = "https://github.com/tsignal/tsignal-python"
30-
Documentation = "https://github.com/tsignal/tsignal-python#readme"
31-
Issues = "https://github.com/tsignal/tsignal-python/issues"
28+
Homepage = "https://github.com/TSignalDev/tsignal-python"
29+
Repository = "https://github.com/TSignalDev/tsignal-python"
30+
Documentation = "https://github.com/TSignalDev/tsignal-python#readme"
31+
Issues = "https://github.com/TSignalDev/tsignal-python/issues"
3232

3333
[project.optional-dependencies]
3434
dev = [

0 commit comments

Comments
 (0)