fix: harden search validation and release v0.7.1
This commit is contained in:
@@ -4,11 +4,11 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "twitter-cli"
|
||||
version = "0.7.0"
|
||||
version = "0.7.1"
|
||||
description = "A CLI for Twitter/X — feed, bookmarks, and user timeline in terminal"
|
||||
readme = "README.md"
|
||||
license = "Apache-2.0"
|
||||
requires-python = ">=3.8"
|
||||
requires-python = ">=3.10"
|
||||
authors = [{ name = "jackwener", email = "jakevingoo@gmail.com" }]
|
||||
keywords = ["twitter", "x", "cli", "feed", "timeline"]
|
||||
classifiers = [
|
||||
@@ -57,7 +57,7 @@ markers = [
|
||||
line-length = 100
|
||||
|
||||
[tool.mypy]
|
||||
python_version = "3.8"
|
||||
python_version = "3.10"
|
||||
ignore_missing_imports = true
|
||||
check_untyped_defs = true
|
||||
warn_unused_ignores = true
|
||||
|
||||
Reference in New Issue
Block a user