Skip to content

Commit 7f6e08e

Browse files
committed
v0.0.2.1
1 parent 2c22af2 commit 7f6e08e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "tigergraphcli"
3-
version = "0.0.2"
3+
version = "0.0.2.1"
44
description = "CLI for TigerGraph"
55
authors = ["Frank Jia <jiafrank98@gmail.com>"]
66
license = "MIT"

tgcli/commands/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Main Typer app for root commands
33
"""
4-
__version__ = '0.0.2'
4+
__version__ = '0.0.2.1'
55

66
import typer
77

0 commit comments

Comments
 (0)