Skip to content

Commit 8c7a8f5

Browse files
[client] Release 1.12.0
1 parent 38a980a commit 8c7a8f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyobas/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "1.11.5"
2+
__version__ = "1.12.0"
33

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

pyobas/_version.py

+1-1
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.11.5"
6+
__version__ = "1.12.0"

0 commit comments

Comments
 (0)