Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rawandahmad698 committed Jan 10, 2024
1 parent 3c46f37 commit a0458cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion noble_tls/__version__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "noble_tls"
__description__ = "Advanced TLS/SSL wrapper for Python"
__version__ = "0.0.98"
__version__ = "0.0.99"
__author__ = "Rawand Ahmed Shaswar"
__license__ = "MIT"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
long_description=readme,
long_description_content_type="text/markdown",
packages=find_packages(exclude=["tests"]),
requires=["httpx", "distro", "requests"],
classifiers=[
"Environment :: Web Environment",
"Intended Audience :: Developers",
Expand Down

0 comments on commit a0458cd

Please sign in to comment.