Skip to content

Commit

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


__version__ = "0.2.88"
__version__ = "0.2.89"
__valid_demos__ = [
"static_demo",
"offset_demo",
Expand Down
2 changes: 0 additions & 2 deletions bruhanimate/bruhutil/bruhffer.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ def sync_over_top(self, in_buf):
if in_buf.buffer[y][x] is not None:
self.buffer[y][x] = in_buf.buffer[y][x]

@property
def height(self):
"""
Get the height of the buffer.
Expand All @@ -229,7 +228,6 @@ def height(self):
"""
return self._height

@property
def width(self):
"""
Get the width of the buffer.
Expand Down

0 comments on commit 37dd7d1

Please sign in to comment.