1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-06 21:28:42 +02:00

release 1.0.1

This commit is contained in:
2023-03-17 16:05:07 +01:00
parent 2c04bd64d7
commit a953dcf8b8
2 changed files with 8 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ __all__ = [
from .util import git_version
__version__ = git_version.get_version('1.0.0')
__version__ = git_version.get_version('1.0.1')
# vim: sw=4 et