feat: bump version to 0.3.0
All checks were successful
Test and Publish / test (3.13) (push) Successful in 9s
Test and Publish / build (push) Has been skipped
Test and Publish / test (3.13) (release) Successful in 9s
Test and Publish / build (release) Successful in 15s

This commit updates the package version from 0.2.9 to 0.3.0 in both `setup.py` and `pyproject.toml`.
This commit is contained in:
Jacob Schmidt 2025-04-13 17:17:17 -05:00
parent 010d66452d
commit 7c530d67bd
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "ifireflylib"
version = "0.2.9"
version = "0.3.0"
description = "A client package for Firefly database"
readme = "README.md"
authors = [{ name = "IDSolutions", email = "info@innovativedevsolutions.org" }]

View File

@ -10,7 +10,7 @@ with open("requirements.txt", "r", encoding="utf-8") as fh:
setup(
name="ifireflylib",
version="0.2.9",
version="0.3.0",
author="IDSolutions",
author_email="info@innovativedevsolutions.org",
description="A client package for Firefly database",