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 7df9c7c commit 53f6c47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion bruhanimate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
)


__version__ = "0.2.77"
__version__ = "0.2.78"
__valid_demos__ = [
"static_demo",
"offset_demo",
Expand Down Expand Up @@ -200,6 +200,9 @@
"RainEffect",
"MatrixEffect",
"ChatbotEffect",
"FireworkEffect",
"Firework",
"Particle",
"StringStreamer",
"GradientNoise",
"Loading",
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.77"
VERSION = "0.2.78"
DESCRIPTION = 'ASCII Terminal Animation Package'
LONG_DESCRIPTION = 'A package that allows for various animations in the terminal'

Expand Down

0 comments on commit 53f6c47

Please sign in to comment.