We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c22af2 commit 7f6e08eCopy full SHA for 7f6e08e
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "tigergraphcli"
3
-version = "0.0.2"
+version = "0.0.2.1"
4
description = "CLI for TigerGraph"
5
authors = ["Frank Jia <jiafrank98@gmail.com>"]
6
license = "MIT"
tgcli/commands/app.py
@@ -1,7 +1,7 @@
"""
Main Typer app for root commands
-__version__ = '0.0.2'
+__version__ = '0.0.2.1'
import typer
7
0 commit comments