Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanlchristensen committed Oct 13, 2024
1 parent dbc7e4e commit a3a371f
Show file tree
Hide file tree
Showing 7 changed files with 107 additions and 333 deletions.
17 changes: 5 additions & 12 deletions bruhanimate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,11 @@
GREY_SCALES,
WIND_DIRECTIONS,
NOISE,
FLAKES,
FLAKE_COLORS,
FLAKE_JUMPS,
NEXT_FLAKE_MOVE,
SNOWFLAKE_COLORS,
FLAKE_WEIGHT_CHARS,
FLAKE_FLIPS,
TWINKLE_COLORS,
FLAKES,
VALID_INTERFACES,
SNOWFLAKE_TYPES
)

from .bruhrenderer import (
Expand Down Expand Up @@ -82,7 +78,7 @@
)


__version__ = "0.2.65"
__version__ = "0.2.66"
__valid_demos__ = [
"static_demo",
"offset_demo",
Expand Down Expand Up @@ -157,12 +153,9 @@
"GREY_SCALES",
"WIND_DIRECTIONS",
"NOISE",
"FLAKES",
"FLAKE_COLORS",
"FLAKE_JUMPS",
"NEXT_FLAKE_MOVE",
"SNOWFLAKE_COLORS",
"SNOWFLAKE_TYPES",
"FLAKE_WEIGHT_CHARS",
"FLAKE_FLIPS",
"TWINKLE_COLORS",
"VALID_INTERFACES",
"get_image",
Expand Down
Loading

0 comments on commit a3a371f

Please sign in to comment.