Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aazuspan committed Jan 10, 2025
1 parent f355072 commit 3624bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eerepr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from eerepr.config import options
from eerepr.repr import initialize

__version__ = "0.0.4"
__version__ = "0.0.5"
__all__ = ["clear_cache", "initialize", "options"]

initialize(max_cache_size=options.max_cache_size)

0 comments on commit 3624bad

Please sign in to comment.