Skip to content

Commit

Permalink
Bump version 0.38.2 -> 0.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FollowTheProcess committed Oct 21, 2023
1 parent 116bca8 commit 4bbe4c5
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.38.2"
version = '0.39.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.38.2"
version = "0.39.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.38.2"
__version__ = "0.39.0"

0 comments on commit 4bbe4c5

Please sign in to comment.