summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml2
-rw-r--r--src/walu/arp.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 9e51d85..4c0a8b2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "walu"
-version = "0.0.1"
+version = "0.0.2"
dependencies = [ 'dnspython' ]
requires-python = ">=3.8"
diff --git a/src/walu/arp.py b/src/walu/arp.py
index 82f8445..5c28a5a 100644
--- a/src/walu/arp.py
+++ b/src/walu/arp.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
-import names
+from walu import names
class arp:
table = {}