From fe295cac24357e6c8079db78625f1a8f0de4f301 Mon Sep 17 00:00:00 2001 From: Darius Varnelis Date: Mon, 13 Mar 2023 10:56:11 +0200 Subject: [PATCH] Bump version in python --- anonymizer_module/opmon_anonymizer/__init__.py | 2 +- collector_module/opmon_collector/__init__.py | 2 +- corrector_module/opmon_corrector/__init__.py | 2 +- opendata_module/opmon_opendata/__init__.py | 2 +- reports_module/opmon_reports/__init__.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anonymizer_module/opmon_anonymizer/__init__.py b/anonymizer_module/opmon_anonymizer/__init__.py index 3be533e5..d29e37a7 100644 --- a/anonymizer_module/opmon_anonymizer/__init__.py +++ b/anonymizer_module/opmon_anonymizer/__init__.py @@ -20,4 +20,4 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -__version__ = '1.0.0' +__version__ = '1.1.1' diff --git a/collector_module/opmon_collector/__init__.py b/collector_module/opmon_collector/__init__.py index 3be533e5..d29e37a7 100644 --- a/collector_module/opmon_collector/__init__.py +++ b/collector_module/opmon_collector/__init__.py @@ -20,4 +20,4 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -__version__ = '1.0.0' +__version__ = '1.1.1' diff --git a/corrector_module/opmon_corrector/__init__.py b/corrector_module/opmon_corrector/__init__.py index 3dd765b4..51691f18 100644 --- a/corrector_module/opmon_corrector/__init__.py +++ b/corrector_module/opmon_corrector/__init__.py @@ -20,7 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -__version__ = '1.0.0' +__version__ = '1.1.1' SECURITY_SERVER_TYPE_CLIENT = 'Client' SECURITY_SERVER_TYPE_PRODUCER = 'Producer' diff --git a/opendata_module/opmon_opendata/__init__.py b/opendata_module/opmon_opendata/__init__.py index 3be533e5..d29e37a7 100644 --- a/opendata_module/opmon_opendata/__init__.py +++ b/opendata_module/opmon_opendata/__init__.py @@ -20,4 +20,4 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -__version__ = '1.0.0' +__version__ = '1.1.1' diff --git a/reports_module/opmon_reports/__init__.py b/reports_module/opmon_reports/__init__.py index 3be533e5..d29e37a7 100644 --- a/reports_module/opmon_reports/__init__.py +++ b/reports_module/opmon_reports/__init__.py @@ -20,4 +20,4 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -__version__ = '1.0.0' +__version__ = '1.1.1'