diff --git a/bruhanimate/__init__.py b/bruhanimate/__init__.py index 91eeb4d..634266a 100644 --- a/bruhanimate/__init__.py +++ b/bruhanimate/__init__.py @@ -78,7 +78,7 @@ ) -__version__ = "0.2.66" +__version__ = "0.2.67" __valid_demos__ = [ "static_demo", "offset_demo", diff --git a/bruhanimate/demos/holiday.py b/bruhanimate/demos/holiday.py index 497e9d7..f510347 100644 --- a/bruhanimate/demos/holiday.py +++ b/bruhanimate/demos/holiday.py @@ -26,7 +26,7 @@ def holiday(screen): screen=screen, frames=2000, time=0.075, - img=get_image("CHRISTMAS_1"), + img=get_image("CHRISTMAS"), effect_type="snow", background=" ", transparent=True, diff --git a/setup.py b/setup.py index f080d99..7ebdf8c 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.66" +VERSION = "0.2.67" DESCRIPTION = 'ASCII Terminal Animation Package' LONG_DESCRIPTION = 'A package that allows for various animations in the terminal'