diff --git a/setup.py b/setup.py index e019bb765..bda468536 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setuptools.setup( name = "netius", - version = "1.5.65", + version = "1.5.66", author = "Hive Solutions Lda.", author_email = "development@hive.pt", description = "Netius System", diff --git a/src/netius/base/common.py b/src/netius/base/common.py index 2b37f1bec..0a686c774 100644 --- a/src/netius/base/common.py +++ b/src/netius/base/common.py @@ -61,7 +61,7 @@ identification of both the clients and the services this value may be prefixed or suffixed """ -VERSION = "1.5.65" +VERSION = "1.5.66" """ The version value that identifies the version of the current infra-structure, all of the services and clients may share this value """