Skip to content

Commit

Permalink
Update to nserver 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nhairs committed Oct 29, 2024
1 parent f7ecfcd commit 54b1e47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "domain-park"
version = "0.4.0"
version = "0.4.1"
description = "DNS server for parking domains securely"
authors = [
{name = "Nicholas Hairs", email = "[email protected]"},
Expand All @@ -13,7 +13,7 @@ authors = [
# Dependency Information
requires-python = ">=3.8"
dependencies = [
"nserver==0.4.0",
"nserver==1.0.2",
"netifaces",
"pillar[recommended]==0.3.0",
]
Expand Down

0 comments on commit 54b1e47

Please sign in to comment.