feat: add cli script

This commit is contained in:
2022-10-04 02:14:44 -03:00
parent 505ce8308f
commit 017ea4f354
5 changed files with 36 additions and 4 deletions

View File

@@ -2,4 +2,4 @@ from ppgee import __version__
def test_version():
assert __version__ == '0.1.0'
assert __version__ == "0.1.1"