Skip to content

Commit 618d481

Browse files
committed
bump to 0.14.4
1 parent 9ceff73 commit 618d481

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.14.3
2+
current_version = 0.14.4
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>[a-z]+)(?P<num>\d+))?

dsg_lib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"""
99
from datetime import date
1010

11-
__version__ = "0.14.3"
11+
__version__ = "0.14.4"
1212
__author__ = "Mike Ryan"
1313
__license__ = "MIT"
1414
__copyright__ = f"Copyright© 2021-{date.today().year}"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
88

99
[project]
1010
name = "devsetgo_lib"
11-
version = "0.14.3"
11+
version = "0.14.4"
1212
requires-python = ">=3.9"
1313
description = """
1414
DevSetGo Library is a Python library offering reusable functions for efficient coding. It includes file operations, calendar utilities, pattern matching, advanced logging with loguru, FastAPI endpoints, async database handling, and email validation. Designed for ease of use and versatility, it's a valuable tool for Python developers.

0 commit comments

Comments
 (0)