Skip to content

Commit

Permalink
release 0.0.67 (#59)
Browse files Browse the repository at this point in the history
* change directory structure

---------

Co-authored-by: nggit <[email protected]>
  • Loading branch information
nggit and nggit authored Dec 7, 2024
1 parent ea83448 commit 8359bd0
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion httpout/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (c) 2024 nggit

__version__ = '0.0.66'
__version__ = '0.0.67'
__all__ = ('HTTPOut',)

from .httpout import HTTPOut # noqa: E402
4 changes: 2 additions & 2 deletions httpout/httpout.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
from tremolo.lib.websocket import WebSocket
from tremolo.utils import html_escape

from .lib.http_request import HTTPRequest
from .lib.http_response import HTTPResponse
from .request import HTTPRequest
from .response import HTTPResponse
from .utils import (
is_safe_path, new_module, exec_module, cleanup_modules, mime_types
)
Expand Down
Empty file removed httpout/lib/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.

0 comments on commit 8359bd0

Please sign in to comment.