Skip to content

Commit 778c8cb

Browse files
upgrade version
1 parent 0a8620e commit 778c8cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 = "pgl-utils"
7-
version = "0.1.14"
7+
version = "0.1.15"
88
description = "Machine Learning, Deep Learning, and GenAI utilities for PUC and IBMEC post-graduation students"
99
readme = "README.md"
1010
requires-python = ">=3.10"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def parse_requirements(filename):
1919

2020
setup(
2121
name="pgl-utils",
22-
version="0.1.14",
22+
version="0.1.15",
2323
author="Your Name",
2424
author_email="your.email@example.com",
2525
description="Machine Learning, Deep Learning, and GenAI utilities for Post-Graduation Lectures",

0 commit comments

Comments
 (0)