File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44[ ![ Python Version] ( https://img.shields.io/badge/python-3.10%2B-blue.svg )] ( https://www.python.org/downloads/ )
55[ ![ PyPI version] ( https://img.shields.io/pypi/v/pythonstl.svg )] ( https://pypi.org/project/pythonstl/ )
66[ ![ License] ( https://img.shields.io/badge/license-MIT-green.svg )] ( LICENSE )
7- [ ![ Version ] ( https://img.shields.io/badge/version-0.1.1-brightgreen.svg )] ( https://github.com/AnshMNSoni/PythonSTL )
7+ < br >
88
99<div align =" center " >
1010 <img width="500" height="500" alt="pythonstl_logo" src="https://github.com/user-attachments/assets/7ef83b5f-d005-48e0-a186-05dd7e2221c2" />
@@ -401,4 +401,4 @@ Contributions are welcome! Please:
401401- GitHub: [ @AnshMNSoni ] ( https://github.com/AnshMNSoni )
402402- Issues: [ GitHub Issues] ( https://github.com/AnshMNSoni/PythonSTL/issues )
403403
404- ** PythonSTL v0.1.0 ** - Bringing C++ STL elegance to Python
404+ ** PythonSTL v0.1.1 ** - Bringing C++ STL elegance to Python
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " pythonstl"
7- version = " 0.1.0 "
7+ version = " 0.1.4 "
88description = " C++ STL-style containers implemented in Python using the Facade Design Pattern"
99readme = " README.md"
1010authors = [
Original file line number Diff line number Diff line change 88data structures while hiding implementation details from users.
99"""
1010
11- __version__ = "0.1.0 "
11+ __version__ = "0.1.1 "
1212__author__ = "PySTL Contributors"
1313
1414from pythonstl .facade .stack import stack
You can’t perform that action at this time.
0 commit comments