Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit 1256b35

Browse files
Bump version: 0.15.0 → 0.15.1
1 parent a973fb2 commit 1256b35

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.15.0
2+
current_version = 0.15.1
33
commit = True
44
tag = True
55

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "pytoil"
7-
version = "0.15.0"
7+
version = "0.15.1"
88
description = "CLI to automate the development workflow."
99
authors = ["Tom Fleet <tomfleet2018@gmail.com>"]
1010
maintainers = ["Tom Fleet <tomfleet2018@gmail.com>"]

pytoil/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Helpful CLI to automate the development workflow.
33
"""
44

5-
__version__ = "0.15.0"
5+
__version__ = "0.15.1"

0 commit comments

Comments
 (0)