Increment version to 0.2.6 for Python 3.14 support

Co-authored-by: pacnpal <183241239+pacnpal@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-23 11:46:08 +00:00
parent 44b9779ecf
commit d928e7e0bd
3 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name="pip-add",
version="0.2.5",
version="0.2.6",
packages=find_packages(),
install_requires=[
"pip",