Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pogzyb committed May 26, 2024
1 parent b6bdd26 commit 1183371
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 1183371

Please sign in to comment.