Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rawandahmad698 committed Jan 6, 2024
1 parent dd24b89 commit 984fa27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.81"
__version__ = "0.0.82"
__author__ = "Rawand Ahmed Shaswar"
__license__ = "MIT"
2 changes: 1 addition & 1 deletion noble_tls/c/cffi.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def initialize_library():
if os.name == "darwin":
print(">> If you're on macOS, you need to allow the library to be loaded in System Preferences > Security & Privacy > General.")

exit(1)
exit(1)


library = initialize_library()
Expand Down

0 comments on commit 984fa27

Please sign in to comment.