Skip to content

Commit

Permalink
fix: Fix import and publish package to Pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
clementprevot committed Nov 15, 2022
1 parent 96c5f3c commit e495271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
py_modules=[],
python_requires=">=3.6",
url="https://github.com/clementprevot/pyduro",
version="1.3.0",
version="1.0.0",
)
2 changes: 1 addition & 1 deletion src/pyduro/protocol/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import socket
from time import time

from protocol import (
from pyduro.protocol import (
DEFAULT_APP_ID,
DEFAULT_LOCAL_ADDRESS,
DEFAULT_NBE_PORT,
Expand Down

0 comments on commit e495271

Please sign in to comment.