Skip to content

Commit

Permalink
Bump version 0.40.0 -> 0.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FollowTheProcess committed Aug 22, 2024
1 parent 4af90b0 commit b144605
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tag.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = '0.40.0'
version = '0.41.0'

[git]
default-branch = 'main'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[project]
name = "pytoil"
version = "0.40.0"
version = "0.41.0"
description = "CLI to automate the development workflow."
readme = "README.md"
keywords = [
Expand Down
2 changes: 1 addition & 1 deletion src/pytoil/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@

from __future__ import annotations

__version__ = "0.40.0"
__version__ = "0.41.0"

0 comments on commit b144605

Please sign in to comment.