Skip to content

Commit 8b40559

Browse files
Merge pull request #14 from renansantosmendes/fix/000-update-version
Fix/000 update version
2 parents 9d5ad73 + 1d42e1a commit 8b40559

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.16"
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.16",
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)