add seed_name to multidata and RoomInfo

This commit is contained in:
Fabian Dill
2021-04-12 09:36:45 +02:00
parent 764e6e7926
commit 2df7e4e537
6 changed files with 13 additions and 11 deletions

View File

@@ -12,7 +12,7 @@ class Version(typing.NamedTuple):
minor: int
build: int
__version__ = "0.0.3"
__version__ = "0.0.4"
_version_tuple = tuplize_version(__version__)
import builtins