Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
196ba2b49b | ||
![]() |
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