Skip to content

Commit

Permalink
Merge pull request #85 from pogzyb/release/v1.1.3
Browse files Browse the repository at this point in the history
Release 1.1.3
  • Loading branch information
pogzyb authored May 26, 2024
2 parents b6bdd26 + 1183371 commit 1fdd9e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion asyncwhois/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"GeneralError",
"QueryError",
]
__version__ = "1.1.2"
__version__ = "1.1.3"


def whois(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def get_version(location: str) -> str:
"Framework :: AsyncIO",
],
url="https://github.com/pogzyb/asyncwhois",
packages=["asyncwhois", "asyncwhois.servers"],
packages=setuptools.find_packages(),
package_dir={"asyncwhois": "asyncwhois"},
python_requires=">=3.9",
)

0 comments on commit 1fdd9e3

Please sign in to comment.