Skip to content

Commit

Permalink
Update versioneer (#2024)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson committed Apr 25, 2024
1 parent 9b6c9e6 commit b28f084
Show file tree
Hide file tree
Showing 3 changed files with 1,010 additions and 414 deletions.
6 changes: 3 additions & 3 deletions opsdroid/__init__.py
@@ -1,5 +1,5 @@
"""Init file for opsdroid."""
from ._version import get_versions

__version__ = get_versions()["version"]
del get_versions
from . import _version

__version__ = _version.get_versions()["version"]

0 comments on commit b28f084

Please sign in to comment.