Skip to content

Commit

Permalink
[client] Release 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Filigran-Automation authored and Dimfacion committed Jan 15, 2025
1 parent f0d6682 commit 30b6bef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyobas/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
__version__ = "1.10.2"
__version__ = "1.11.0"

from pyobas._version import ( # noqa: F401
__author__,
Expand Down
2 changes: 1 addition & 1 deletion pyobas/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
__email__ = "[email protected]"
__license__ = "Apache 2.0"
__title__ = "python-openbas"
__version__ = "1.10.2"
__version__ = "1.11.0"

0 comments on commit 30b6bef

Please sign in to comment.