change version for pip

This commit is contained in:
2022-04-05 18:32:07 -03:00
parent 3a9d13980f
commit 2dc5d918e3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ from .connapp import connapp
from pkg_resources import get_distribution
__all__ = ["node", "nodes", "configfile", "connapp"]
__version__ = "2.0.2"
__version__ = "2.0.3"
__author__ = "Federico Luzzi"
__pdoc__ = {
'core': False,