Skip to content

Commit

Permalink
Initial implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbosimbo committed Apr 16, 2024
1 parent b6d5f11 commit 8fcc365
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "how_is_the_weather"
version = "0.2.0"
version = "0.3.0"
authors = [{ name = "Jim Jimbo", email = "[email protected]" }]
description = "A simple tool to describe weather conditions."
readme = "README.md"
Expand All @@ -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 <[email protected]>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/jimbosimbo/howstheweather"

[tool.poetry.dependencies]
python = "^3.8"
Expand Down

0 comments on commit 8fcc365

Please sign in to comment.