diff --git a/pyenumerable/__init__.py b/pyenumerable/__init__.py index 0c78ff0..a8b3981 100644 --- a/pyenumerable/__init__.py +++ b/pyenumerable/__init__.py @@ -9,6 +9,6 @@ __all__ = ["Enumerable", "PurePythonEnumerable", "pp_enumerable"] __author__ = "AmirHossein Ahmadi" __license__ = "WTFPL" -__version__ = "1.1.0" +__version__ = "1.1.1" __maintainer__ = "AmirHossein Ahmadi" __email__ = "amirthehossein@gmail.com" diff --git a/pyproject.toml b/pyproject.toml index e9d8ca6..afaf186 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyenumerable" -version = "1.1.0" +version = "1.1.1" description = "Implementation of .net's IEnumerable interface in python W/ support for generics." readme = "readme.md" authors = [ diff --git a/readme.md b/readme.md index dce7875..6f7d00c 100644 --- a/readme.md +++ b/readme.md @@ -41,7 +41,7 @@ Implementation of .NET's [IEnumerable](https://learn.microsoft.com/en-us/dotnet/ - [x] Publish on pypi - [x] Add external constructor wrapper - [x] Add technical documentation pure python implementation -- [x] Implement `__str__` & `__repr__` for +- [x] Implement `__str__` & `__repr__` for pp ### v1.1.x - [ ] Improve test code quality - [ ] Add hashed pure python implementation of `Enumerable` (assuming inputs are guaranteed to be `Hashable` & immutable; not preserving order) diff --git a/uv.lock b/uv.lock index f6790f5..0598f7c 100644 --- a/uv.lock +++ b/uv.lock @@ -77,7 +77,7 @@ wheels = [ [[package]] name = "pyenumerable" -version = "1.1.0" +version = "1.1.1" source = { virtual = "." } [package.dev-dependencies]