diff --git a/pyproject.toml b/pyproject.toml index 140bde6..1e43899 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyenumerable" -version = "1.0.1" +version = "1.0.2" description = "Implementation of .net's IEnumerable interface in python W/ support for generics." readme = "readme.md" authors = [ @@ -10,8 +10,8 @@ requires-python = ">=3.13" dependencies = [] [project.urls] -Homepage = 'https://github.com/pydantic/pydantic' -Source = 'https://github.com/pydantic/pydantic' +Homepage = 'https://github.com/amirongit/PyEnumerable/' +Source = 'https://github.com/amirongit/PyEnumerable/' [dependency-groups] dev = [