diff --git a/pyproject.toml b/pyproject.toml index c9fd6c4..fda71e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "how_is_the_weather" -version = "0.2.0" +version = "0.3.0" authors = [{ name = "Jim Jimbo", email = "jim377893@gmail.com" }] description = "A simple tool to describe weather conditions." readme = "README.md" @@ -17,11 +17,12 @@ how-is-the-weather = "how_is_the_weather.weather:main" [tool.poetry] name = "how-is-the-weather" -version = "0.2.0" +version = "0.3.0" description = "A simple tool to describe weather conditions" authors = ["Jim Jimbo "] license = "MIT" readme = "README.md" +homepage = "https://github.com/jimbosimbo/howstheweather" [tool.poetry.dependencies] python = "^3.8"