diff --git a/connpy/__init__.py b/connpy/__init__.py index 4b986d4..6255cae 100644 --- a/connpy/__init__.py +++ b/connpy/__init__.py @@ -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, diff --git a/docs/connpy/index.html b/docs/connpy/index.html index 1e49f27..09a4872 100644 --- a/docs/connpy/index.html +++ b/docs/connpy/index.html @@ -259,7 +259,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,