Skip to content

Commit

Permalink
V0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
adator85 committed Sep 22, 2024
1 parent 77823f2 commit 7bfeea0
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file added dist/unrealircd_rpc_py-0.1.4-py3-none-any.whl
Binary file not shown.
Binary file added dist/unrealircd_rpc_py-0.1.4.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='unrealircd_rpc_py',
version='0.1.3',
version='0.1.4',
packages=find_packages(),
install_requires=[
"requests>=2.25.1"
Expand Down
2 changes: 1 addition & 1 deletion unrealircd_rpc_py/Live.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def __init__(self, path_to_socket_file: str, callback_object_instance: object, c
self.Logs.critical(f'The socket file is not available, please check the full path of your socket file')
self.Error.code = -1
self.Error.message = 'The socket file is not available, please check the full path of your socket file'
sys.exit('please check the full path of your socket file')
return None

self.to_run = getattr(callback_object_instance, callback_method_name)

Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.1.3"
"version": "0.1.4"
}

0 comments on commit 7bfeea0

Please sign in to comment.