diff --git a/pyobas/__init__.py b/pyobas/__init__.py index 4c1ed2b..21a5a76 100644 --- a/pyobas/__init__.py +++ b/pyobas/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__version__ = "1.1.0" +__version__ = "1.1.1" from pyobas._version import ( # noqa: F401 __author__, diff --git a/pyobas/_version.py b/pyobas/_version.py index fbaadfe..ee9f8d4 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.1.0" +__version__ = "1.1.1"