From c607939580612b53b92c3c47496533391ddac7a7 Mon Sep 17 00:00:00 2001 From: AnshMNSoni Date: Fri, 12 Jun 2026 14:43:56 +0530 Subject: [PATCH 1/2] bump version to 1.1.5 --- README.md | 2 +- pyproject.toml | 4 ++-- pythonstl/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fc6a908..7961cda 100644 --- a/README.md +++ b/README.md @@ -419,4 +419,4 @@ Contributions are welcome! Please: - GitHub: [@AnshMNSoni](https://github.com/AnshMNSoni) - Issues: [GitHub Issues](https://github.com/AnshMNSoni/PythonSTL/issues) -**PythonSTL v1.1.4** - Bringing C++ STL elegance to Python +**PythonSTL v1.1.5** - Bringing C++ STL elegance to Python diff --git a/pyproject.toml b/pyproject.toml index 236c093..52344f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,11 +8,11 @@ module-name = "pythonstl._rust" [project] name = "pythonstl" -version = "1.1.4" +version = "1.1.5" description = "C++ STL-style containers implemented in Python using the Facade Design Pattern" readme = "README.md" authors = [ - {name = "PySTL Contributors", email = "pythonstl@example.com"} + {name = "PySTL Contributors", email = "anshsoni702@gmail.com"} ] license = {text = "MIT"} classifiers = [ diff --git a/pythonstl/__init__.py b/pythonstl/__init__.py index 54e07fd..255ce6f 100644 --- a/pythonstl/__init__.py +++ b/pythonstl/__init__.py @@ -8,7 +8,7 @@ data structures while hiding implementation details from users. """ -__version__ = "1.1.4" +__version__ = "1.1.5" __author__ = "PySTL Contributors" from pythonstl.facade.stack import stack From a7c7a0d034f0694c2dad24d77fb6f64c0d136cc4 Mon Sep 17 00:00:00 2001 From: AnshMNSoni Date: Fri, 12 Jun 2026 14:49:08 +0530 Subject: [PATCH 2/2] small change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7961cda..41e01db 100644 --- a/README.md +++ b/README.md @@ -419,4 +419,4 @@ Contributions are welcome! Please: - GitHub: [@AnshMNSoni](https://github.com/AnshMNSoni) - Issues: [GitHub Issues](https://github.com/AnshMNSoni/PythonSTL/issues) -**PythonSTL v1.1.5** - Bringing C++ STL elegance to Python +**PythonSTL v1.1.5** - Bringing C++ STL elegance to Python \ No newline at end of file