1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-13 22:07:18 +01:00

20 lines
259 B
Python
Raw Normal View History

__all__ = [
'babysitter',
'build',
'connection',
'commandline',
'core',
'fetch',
'grabber',
'meter',
'oscerr',
'oscssl',
]
from .util import git_version
2023-05-10 09:11:35 +02:00
__version__ = git_version.get_version('1.1.3')
# vim: sw=4 et