Skip to content

Commit

Permalink
0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbosimbo committed Apr 17, 2024
1 parent 8fcc365 commit acb5b39
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.0"
version = "0.3.1"
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.0"
version = "0.3.1"
description = "A simple tool to describe weather conditions"
authors = ["Jim Jimbo <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit acb5b39

Please sign in to comment.