Upgrade pypi for graph update methods

This commit is contained in:
Adityavardhan Agrawal 2025-03-29 23:35:41 -07:00
parent f3a0ea7876
commit 2f8fb50797
2 changed files with 2 additions and 2 deletions

View File

@ -12,4 +12,4 @@ __all__ = [
"Document", "Document",
] ]
__version__ = "0.2.7" __version__ = "0.2.8"

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "databridge-client" name = "databridge-client"
version = "0.2.7" version = "0.2.8"
authors = [ authors = [
{ name = "DataBridge", email = "databridgesuperuser@gmail.com" }, { name = "DataBridge", email = "databridgesuperuser@gmail.com" },
] ]