Publish graphs on pypi, update version

This commit is contained in:
Adityavardhan Agrawal 2025-03-17 18:40:03 -04:00
parent 4ae132ff46
commit 9df9196d51
2 changed files with 2 additions and 2 deletions

View File

@ -12,4 +12,4 @@ __all__ = [
"Document", "Document",
] ]
__version__ = "0.2.4" __version__ = "0.2.5"

View File

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