From 4adaea610b6d0a57f0f74d4f2e41cb9ad6b04b6c Mon Sep 17 00:00:00 2001 From: Filigran Automation Date: Mon, 12 Aug 2024 11:43:17 +0000 Subject: [PATCH] [client] Release 1.4.0 --- pyobas/__init__.py | 2 +- pyobas/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyobas/__init__.py b/pyobas/__init__.py index 87b734e..c2defdd 100644 --- a/pyobas/__init__.py +++ b/pyobas/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__version__ = "1.3.1" +__version__ = "1.4.0" from pyobas._version import ( # noqa: F401 __author__, diff --git a/pyobas/_version.py b/pyobas/_version.py index 833e6e1..3d57b65 100644 --- a/pyobas/_version.py +++ b/pyobas/_version.py @@ -3,4 +3,4 @@ __email__ = "contact@filigran.io" __license__ = "Apache 2.0" __title__ = "python-openbas" -__version__ = "1.3.1" +__version__ = "1.4.0"