ci: new release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
__version__ = "0.1.4"
|
||||
__version__ = "0.2.0"
|
||||
|
||||
from .client import PPGEE
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "ppgee"
|
||||
version = "0.1.4"
|
||||
version = "0.2.0"
|
||||
description = ""
|
||||
authors = ["tiagovla <tiagovla@gmail.com>"]
|
||||
|
||||
|
||||
@@ -2,4 +2,4 @@ from ppgee import __version__
|
||||
|
||||
|
||||
def test_version():
|
||||
assert __version__ == "0.1.4"
|
||||
assert __version__ == "0.2.0"
|
||||
|
||||
Reference in New Issue
Block a user