Compare commits

..

No commits in common. "master" and "v0.2.9" have entirely different histories.

3 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "ifireflylib"
version = "0.3.0"
version = "0.2.9"
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.3.0",
version="0.2.9",
author="IDSolutions",
author_email="info@innovativedevsolutions.org",
description="A client package for Firefly database",