Skip to content

Commit

Permalink
Merge pull request #536 from sanders41/bump-version
Browse files Browse the repository at this point in the history
Bump version for release
  • Loading branch information
sanders41 committed Oct 2, 2023
2 parents 575fbad + dcb3dcb commit 2ea8bbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "weather-command"
version = "6.1.3"
version = "6.1.4"
description = "Command line weather app"
authors = ["Paul Sanders <psanders1@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion weather_command/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from weather_command._utils import build_weather_url
from weather_command._weather import get_current_weather, get_one_call_weather

__version__ = "6.1.3"
__version__ = "6.1.4"

app = Typer()
app.add_typer(settings_commands.app, name="settings", help="Manage saved settings.")
Expand Down

0 comments on commit 2ea8bbb

Please sign in to comment.