diff --git a/pyproject.toml b/pyproject.toml index ac60009..82dd5b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nrich" -version = "0.1.2" +version = "0.1.3" description = "Python equivalant of the rust nrich program. Simple async Python program to interact with the Shodan InternetDB API." authors = ["pimvh"] license = "GPLv3"