Skip to content

Commit 720d266

Browse files
committed
Bump version to 2024-10-19-001
1 parent 1173fe0 commit 720d266

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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__ = "2024.10.19"
11+
__version__ = "2024.10.19.1"
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
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "devsetgo_lib"
7-
version = "2024.10.19"
7+
version = "2024.10.19.1"
88
requires-python = ">=3.9"
99
description = "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.\n"
1010
keywords = [ "python", "library", "reusable functions", "file operations", "calendar utilities", "pattern matching", "logging", "loguru", "FastAPI", "async database", "CRUD operations", "email validation", "development tools",]

0 commit comments

Comments
 (0)