Skip to content

Commit 1fdd9e3

Browse files
authored
Merge pull request #85 from pogzyb/release/v1.1.3
Release 1.1.3
2 parents b6bdd26 + 1183371 commit 1fdd9e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: asyncwhois/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"GeneralError",
4343
"QueryError",
4444
]
45-
__version__ = "1.1.2"
45+
__version__ = "1.1.3"
4646

4747

4848
def whois(

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def get_version(location: str) -> str:
4747
"Framework :: AsyncIO",
4848
],
4949
url="https://github.com/pogzyb/asyncwhois",
50-
packages=["asyncwhois", "asyncwhois.servers"],
50+
packages=setuptools.find_packages(),
5151
package_dir={"asyncwhois": "asyncwhois"},
5252
python_requires=">=3.9",
5353
)

0 commit comments

Comments
 (0)