change setup and versions

This commit is contained in:
2022-04-01 17:53:51 -03:00
parent d1781de49b
commit 7fb4ea8b8c
4 changed files with 89 additions and 97 deletions
+3 -1
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"