Skip to content

Commit f378862

Browse files
committed
bump to correct versioning pattern
1 parent a3977d1 commit f378862

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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__ = "25.04.05-001"
11+
__version__ = "2025.04.05-001"
1212
__author__ = "Mike Ryan"
1313
__license__ = "MIT"
1414
__copyright__ = f"Copyright© 2021-{date.today().year}"

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Variables
22
REPONAME = devsetgo_lib
3-
APP_VERSION = 25.04.05-001
3+
APP_VERSION = 2025.04.05-001
44
PYTHON = python3
55
PIP = $(PYTHON) -m pip
66
PYTEST = $(PYTHON) -m pytest

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 = "25.4.5.1"
7+
version = "2025.4.5.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)