Compare commits

..

2 Commits

Author SHA1 Message Date
Jacob Schmidt
196ba2b49b feat: add GitHub Actions workflow for testing and publishing
All checks were successful
Test and Publish / test (3.13) (push) Successful in 9s
Test and Publish / build (push) Has been skipped
2025-04-16 19:25:06 -05:00
Jacob Schmidt
7c530d67bd 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`.
2025-04-13 17:17:17 -05:00
3 changed files with 2 additions and 2 deletions

View File

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

View File

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