Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbosimbo committed Apr 19, 2024
1 parent acb5b39 commit 55b2628
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
@@ -1,6 +1,6 @@
[project]
name = "how_is_the_weather"
version = "0.3.1"
version = "0.3.2"
authors = [{ name = "Jim Jimbo", email = "[email protected]" }]
description = "A simple tool to describe weather conditions."
readme = "README.md"
Expand All @@ -17,7 +17,7 @@ how-is-the-weather = "how_is_the_weather.weather:main"

[tool.poetry]
name = "how-is-the-weather"
version = "0.3.1"
version = "0.3.2"
description = "A simple tool to describe weather conditions"
authors = ["Jim Jimbo <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 55b2628

Please sign in to comment.