version bump for changes to inference helpers

This commit is contained in:
Stephan Auerhahn
2023-08-06 21:09:09 +00:00
parent f2fba1dfa2
commit 8f8757b4ff

View File

@@ -1,4 +1,4 @@
from .models import AutoencodingEngine, DiffusionEngine
from .util import get_configs_path, instantiate_from_config
__version__ = "0.1.0"
__version__ = "0.1.1"