From c83a2cd28f899e1450193e9659b87eaca63708ef Mon Sep 17 00:00:00 2001 From: fluzzi Date: Tue, 5 Apr 2022 18:32:07 -0300 Subject: [PATCH] change version for pip --- connpy/__init__.py | 2 +- docs/connpy/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,