Fix a pretty-print on companies

This commit is contained in:
2023-10-23 18:54:57 +02:00
parent b23801dbf0
commit ef767ec33d
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
from ram.utils import git_suffix
__version__ = "0.9.0"
__version__ = "0.9.1"
__version__ += git_suffix(__file__)