Skip to content

Commit

Permalink
🔖 0.9.1
Browse files Browse the repository at this point in the history
# [v0.9.1](v0.9.0...v0.9.1) (2023-01-31)

## 🐛 Bug Fixes
- [`5689b58`](5689b58)  Lint with Ruff (#196) (Issues: [`#196`](#196))
  • Loading branch information
semantic-release-bot committed Jan 31, 2023
1 parent 5689b58 commit bc33a1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion camply/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
__author__ = "Justin Flannery"
__email__ = "[email protected]"
__application__ = "camply"
__version__ = "0.9.0"
__version__ = "0.9.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "camply"
description = "camply, the campsite finder 🏕"
version = "0.9.0"
version = "0.9.1"
authors = ["Justin Flannery <[email protected]>"]
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit bc33a1b

Please sign in to comment.