change version for pip

This commit is contained in:
fluzzi 2022-04-05 18:32:07 -03:00
parent 118ca1d14e
commit c83a2cd28f
2 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ from .connapp import connapp
from pkg_resources import get_distribution from pkg_resources import get_distribution
__all__ = ["node", "nodes", "configfile", "connapp"] __all__ = ["node", "nodes", "configfile", "connapp"]
__version__ = "2.0.2" __version__ = "2.0.3"
__author__ = "Federico Luzzi" __author__ = "Federico Luzzi"
__pdoc__ = { __pdoc__ = {
'core': False, 'core': False,

View File

@ -259,7 +259,7 @@ from .connapp import connapp
from pkg_resources import get_distribution from pkg_resources import get_distribution
__all__ = ["node", "nodes", "configfile", "connapp"] __all__ = ["node", "nodes", "configfile", "connapp"]
__version__ = "2.0.2" __version__ = "2.0.3"
__author__ = "Federico Luzzi" __author__ = "Federico Luzzi"
__pdoc__ = { __pdoc__ = {
'core': False, 'core': False,