Skip to content

Commit

Permalink
[client] Adapt packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelHassine committed Mar 23, 2024
1 parent cf0d91a commit 4e6f9a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions pyobas/__init__.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# -*- coding: utf-8 -*-
__version__ = "4.0.0"
__version__ = "4.0.0.dev1"

from pyobas._version import ( # noqa: F401
__author__,
__copyright__,
__email__,
__license__,
__title__,
__version__,
)
from pyobas.client import OpenBAS # noqa: F401
from pyobas.exceptions import * # noqa: F401,F403,F405
Expand Down
1 change: 0 additions & 1 deletion pyobas/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
__email__ = "[email protected]"
__license__ = "Apache 2.0"
__title__ = "python-openbas"
__version__ = "4.0.0"

0 comments on commit 4e6f9a2

Please sign in to comment.