Skip to content

Commit 3517aff

Browse files
committed
chore: release version 0.2.2
1 parent 4c9dfa6 commit 3517aff

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
---
44

5+
## 0.2.2
6+
- feat: run RESTful APIs directly within TigerGraphX instead of using pyTigerGraph
7+
58
## 0.2.1
69
- feat: add simple GraphRAG
710
- fix: correct the image link

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tigergraphx"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "TigerGraphX is a high-level Python library offering a unified, Python-native interface for graph databases, advanced analytics, and GraphRAG workflows. Combining the simplicity of NetworkX with the advanced capabilities of TigerGraph, including tgCloud, it empowers Python developers to harness the power of graphs without the need to learn query languages like Cypher or GSQL."
55
authors = ["Xuanlei Lin <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)