feat: bump version to 0.3.0
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:
parent
010d66452d
commit
7c530d67bd
@ -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" }]
|
||||||
|
2
setup.py
2
setup.py
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user