Skip to content

Commit d0910a6

Browse files
committed
Merge remote-tracking branch 'origin/main' into release/current
2 parents 62f06e6 + a3f0580 commit d0910a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyobas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "1.18.0"
2+
__version__ = "1.18.1"
33

44
from pyobas._version import ( # noqa: F401
55
__author__,

pyobas/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
__email__ = "[email protected]"
44
__license__ = "Apache 2.0"
55
__title__ = "python-openbas"
6-
__version__ = "1.18.0"
6+
__version__ = "1.18.1"

0 commit comments

Comments
 (0)