Skip to content

Commit d7d7233

Browse files
committed
fix the merge conflict due to pyproject.toml
2 parents c40aa54 + ea5a7b3 commit d7d7233

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# PythonSTL - Python Standard Template Library
22

3-
[![Downloads](https://img.shields.io/pypi/dw/pythonstl.svg)](https://pypi.org/project/pythonstl/)
3+
[![Downloads](https://static.pepy.tech/badge/pythonstl)](https://pepy.tech/project/pythonstl)
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" />

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pythonstl"
7-
version = "0.1.2"
7+
version = "0.1.4"
88
description = "C++ STL-style containers implemented in Python using the Facade Design Pattern"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)