change setup and versions

This commit is contained in:
2022-04-01 17:53:51 -03:00
parent cba3f8d2d9
commit b5d6894865
4 changed files with 89 additions and 97 deletions

View File

@@ -3,6 +3,8 @@
from .core import node,nodes
from .configfile import configfile
from .connapp import connapp
from pkg_resources import get_distribution
__version__ = "2.0"
__all__ = ["node", "nodes", "configfile", "connapp"]
__version__ = "2.0.9"
__author__ = "Federico Luzzi"