chore: bump dns-lookup to v0.1.1, exclude docs from publish trigger
This commit is contained in:
parent
0b81edde3e
commit
26d9fa1c29
|
|
@ -11,6 +11,8 @@ on:
|
|||
- main
|
||||
paths:
|
||||
- 'PROJECTS/dns-lookup/**'
|
||||
- '!PROJECTS/dns-lookup/README.md'
|
||||
- '!PROJECTS/dns-lookup/justfile'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
|
|
@ -3,5 +3,5 @@ CarterPerez-dev | 2025
|
|||
__init__.py
|
||||
"""
|
||||
|
||||
__version__ = "0.1.0"
|
||||
__version__ = "0.1.1"
|
||||
__author__ = "CarterPerez-dev"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "dnslookup-cli"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
description = "Professional DNS lookup CLI with beautiful Rich output"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
|
|
|
|||
Loading…
Reference in New Issue