diff --git a/pyproject.toml b/pyproject.toml index 3738f0a..2f5a8ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }] diff --git a/setup.py b/setup.py index 9f0e365..8df366d 100644 --- a/setup.py +++ b/setup.py @@ -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",