diff --git a/bruhanimate/__init__.py b/bruhanimate/__init__.py index 12b46cf..0c0bba3 100644 --- a/bruhanimate/__init__.py +++ b/bruhanimate/__init__.py @@ -78,7 +78,7 @@ ) -__version__ = "0.2.70" +__version__ = "0.2.71" __valid_demos__ = [ "static_demo", "offset_demo", diff --git a/bruhanimate/bruhrenderer/focus_renderer.py b/bruhanimate/bruhrenderer/focus_renderer.py index 2aa9d40..92365fc 100644 --- a/bruhanimate/bruhrenderer/focus_renderer.py +++ b/bruhanimate/bruhrenderer/focus_renderer.py @@ -31,7 +31,7 @@ def __init__( screen, img: List[str], frames: int = 100, - time: float = 0.1, + frame_time: float = 0.1, effect_type: EffectType = "static", background: str = " ", transparent: bool = False, diff --git a/setup.py b/setup.py index e077b92..c2bc098 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh: long_description = "\n" + fh.read() -VERSION = "0.2.70" +VERSION = "0.2.71" DESCRIPTION = 'ASCII Terminal Animation Package' LONG_DESCRIPTION = 'A package that allows for various animations in the terminal'