Release of version 0.9.6

This commit is contained in:
Bo Peng
2025-07-26 20:40:45 -05:00
parent 6a153d3fa6
commit 978e40e0bb
4 changed files with 9 additions and 20 deletions

View File

@@ -1,8 +1,8 @@
[project]
name = "ai-marketplace-monitor"
version = "0.9.5"
version = "0.9.6"
description = "An AI-based tool for monitoring facebook marketplace"
authors = [{name = "Bo Peng", email = "ben.bob@gmail.com"}]
authors = [{ name = "Bo Peng", email = "ben.bob@gmail.com" }]
readme = "README.md"
requires-python = ">=3.10"
keywords = ["ai-marketplace-monitor"]
@@ -63,21 +63,10 @@ test = [
"pytest-cov>=6.0.0",
"pytest-playwright>=0.7.0",
]
linters = [
"isort>=5.13.2,<7.0.0",
"black>=24.10,<26.0",
"ruff>=0.9.2,<0.13.0",
]
security = [
"safety>=3.2.11",
]
typing = [
"mypy>=1.13.0",
]
docs = [
"sphinx>=8.1.3",
"recommonmark>=0.7.1",
]
linters = ["isort>=5.13.2,<7.0.0", "black>=24.10,<26.0", "ruff>=0.9.2,<0.13.0"]
security = ["safety>=3.2.11"]
typing = ["mypy>=1.13.0"]
docs = ["sphinx>=8.1.3", "recommonmark>=0.7.1"]
[tool.coverage.paths]
source = ["src", "*/site-packages"]

View File

@@ -2,4 +2,4 @@
__author__ = """Bo Peng"""
__email__ = "ben.bob@gmail.com"
__version__ = "0.9.5"
__version__ = "0.9.6"

View File

@@ -13,7 +13,7 @@ from ai_marketplace_monitor.user import User
def test_version(version: str) -> None:
"""Sample pytest test function with the pytest fixture as an argument."""
assert version == "0.9.5"
assert version == "0.9.6"
def test_listing_cache(temp_cache: Cache, listing: Listing) -> None:

2
uv.lock generated
View File

@@ -9,7 +9,7 @@ resolution-markers = [
[[package]]
name = "ai-marketplace-monitor"
version = "0.9.5"
version = "0.9.6"
source = { editable = "." }
dependencies = [
{ name = "currencyconverter" },