diff --git a/bruhanimate/__init__.py b/bruhanimate/__init__.py index d10cbb0..12b46cf 100644 --- a/bruhanimate/__init__.py +++ b/bruhanimate/__init__.py @@ -78,7 +78,7 @@ ) -__version__ = "0.2.69" +__version__ = "0.2.70" __valid_demos__ = [ "static_demo", "offset_demo", diff --git a/setup.py b/setup.py index 6e429c1..e077b92 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.69" +VERSION = "0.2.70" DESCRIPTION = 'ASCII Terminal Animation Package' LONG_DESCRIPTION = 'A package that allows for various animations in the terminal'