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

Commit bbfab0d

Browse files
Bump version: 0.11.0 → 0.12.0
1 parent 7c29cdd commit bbfab0d

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.11.0
2+
current_version = 0.12.0
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.11.0"
7+
version = "0.12.0"
88
description = "CLI to automate the development workflow."
99
authors = ["Tom Fleet <[email protected]>"]
1010
license = "Apache Software License 2.0"

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.11.0"
5+
__version__ = "0.12.0"

0 commit comments

Comments
 (0)