Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanlchristensen committed Nov 3, 2024
1 parent befb717 commit 7df9c7c
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 @@ -82,7 +82,7 @@
)


__version__ = "0.2.76"
__version__ = "0.2.77"
__valid_demos__ = [
"static_demo",
"offset_demo",
Expand Down
2 changes: 1 addition & 1 deletion bruhanimate/demos/firework_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def fireworks(screen: Screen):

renderer.effect.set_firework_rate(firework_rate=0.1)
renderer.effect.set_firework_color_enabled(True)
renderer.effect.set_firework_color_type("solid")
renderer.effect.set_firework_color_type("twotone")
renderer.effect.set_firework_type("random")

renderer.run()
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.76"
VERSION = "0.2.77"
DESCRIPTION = 'ASCII Terminal Animation Package'
LONG_DESCRIPTION = 'A package that allows for various animations in the terminal'

Expand Down

0 comments on commit 7df9c7c

Please sign in to comment.