summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-02-16 08:03:42 +0530
committersinanmohd <sinan@sinanmohd.com>2024-02-16 08:03:42 +0530
commit8eba637bebc5be6cab4c92814af92918d1e63e3c (patch)
tree374c046e93d464888081fbe3c00724435a426e17 /pyproject.toml
parent102429b18255f0364426fd377ac988c3d4624e6f (diff)
arp: import from waluHEADmaster
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 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"