WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 7198d14

Browse files
committed
4.0.0 release
1 parent 4391cd9 commit 7198d14

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "whoisit"
3-
version = "3.1.1"
4-
description = "Python RDAP client to look up domains, IPs and ASNs"
3+
version = "4.0.0"
4+
description = "A Python client to RDAP WHOIS-like services for internet resources."
55
readme = "README.md"
66
requires-python = ">=3.13"
77
dependencies = [

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33

4-
version = "3.1.1"
4+
version = "4.0.0"
55

66

77
with open("README.md", "rt") as f:

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

whoisit/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: str = "3.1.1"
1+
version: str = "4.0.0"

0 commit comments

Comments
 (0)