Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanlchristensen committed Oct 18, 2024
1 parent aba9dda commit 840ad31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bruhanimate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
)


__version__ = "0.2.70"
__version__ = "0.2.71"
__valid_demos__ = [
"static_demo",
"offset_demo",
Expand Down
2 changes: 1 addition & 1 deletion bruhanimate/bruhrenderer/focus_renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 840ad31

Please sign in to comment.