We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33947de commit b64c7aaCopy full SHA for b64c7aa
2 files changed
pyproject.toml
@@ -19,12 +19,12 @@ classifiers = [
19
"Programming Language :: Python :: 3",
20
]
21
dependencies = [
22
- "log21>=2.7.1",
+ "log21>=2.10.2",
23
"chardet>=5.2.0",
24
"requests>=2.31.0",
25
"importlib_resources>=6.1.0"
26
27
-version = "1.4.5"
+version = "1.4.6"
28
29
[tool.setuptools]
30
packages = ["whois21"]
whois21/__init__.py
@@ -26,7 +26,7 @@
domain_registration_data_lookup,
domain_registration_data_lookup_)
-__version__ = '1.4.5'
+__version__ = '1.4.6'
__github__ = 'https://github.com/MPCodeWriter21/whois21'
31
__author__ = 'CodeWriter21'
32
__email__ = 'CodeWriter21@gmail.com'
0 commit comments