Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aazuspan committed Dec 1, 2022
1 parent 7999443 commit 0069136
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.3"
__version__ = "0.0.4"
__all__ = ["clear_cache", "initialize", "options"]

initialize(max_cache_size=options.max_cache_size)

0 comments on commit 0069136

Please sign in to comment.