Skip to content

Commit 30c95b0

Browse files
authored
Merge pull request #6 from swappsco/feat/smart-tests
feat: versions update
2 parents 8a3cb2a + 893bf02 commit 30c95b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

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

55
[project]
66
name = "dev-tools-hooks"
7-
version = "1.1.0"
7+
version = "1.2.0"
88
description = "Git hooks for development workflow - Conventional Commits, branch naming, and custom commands"
99
readme = "README.md"
1010
license = {text = "MIT"}

src/dev_tools_hooks/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- Branch naming validation and custom commands (pre-push)
88
"""
99

10-
__version__ = "1.0.0"
10+
__version__ = "1.2.0"
1111
__author__ = "Swapps"
1212

1313
from .installer import install_hooks, uninstall_hooks

0 commit comments

Comments
 (0)