diff --git a/pyenumerable/__init__.py b/pyenumerable/__init__.py index d9042eb..d0193dd 100644 --- a/pyenumerable/__init__.py +++ b/pyenumerable/__init__.py @@ -9,6 +9,7 @@ __all__ = ["Enumerable", "PurePythonEnumerable", "pp_enumerable"] __author__ = "AmirHossein Ahmadi" __license__ = "WTFPL" -__version__ = "1.1.2" +__version__ = "1.1.4" __maintainer__ = "AmirHossein Ahmadi" __email__ = "amirthehossein@gmail.com" +__documentation__ = "https://github.com/amirongit/PyEnumerable/blob/master/documentation.md" diff --git a/pyproject.toml b/pyproject.toml index b1767cf..8a9f5e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyenumerable" -version = "1.1.3" +version = "1.1.4" description = "Implementation of .net's IEnumerable interface in python W/ support for generics." readme = "readme.md" license = "WTFPL"