diff --git a/pyproject.toml b/pyproject.toml index a96a0f2..0da321e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nmass" -version = "0.1.5" +version = "0.2.0" description = "A python3 library that makes it easier to use nmap and masscan." authors = [{ name = "4shen0ne", email = "4shen.01@gmail.com" }] readme = "README.md" diff --git a/uv.lock b/uv.lock index 4527b4a..8ce5eab 100644 --- a/uv.lock +++ b/uv.lock @@ -742,7 +742,7 @@ wheels = [ [[package]] name = "nmass" -version = "0.1.5" +version = "0.2.0" source = { editable = "." } dependencies = [ { name = "lxml" },