Skip to content

Commit

Permalink
v0.0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfka committed Aug 31, 2020
1 parent 2c22af2 commit 7f6e08e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tigergraphcli"
version = "0.0.2"
version = "0.0.2.1"
description = "CLI for TigerGraph"
authors = ["Frank Jia <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tgcli/commands/app.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Main Typer app for root commands
"""
__version__ = '0.0.2'
__version__ = '0.0.2.1'

import typer

Expand Down

0 comments on commit 7f6e08e

Please sign in to comment.