Skip to content

Commit

Permalink
Bumpversion 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aazuspan committed Nov 10, 2022
1 parent d6869f3 commit bb3105d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.repr import initialize
from eerepr.config import options

__version__ = '0.0.1'
__version__ = '0.0.2'
__all__ = ['clear_cache', 'initialize', 'options']

initialize(max_cache_size=options.max_cache_size)
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = eerepr
version = 0.0.1
version = 0.0.2
url = https://github.com/aazuspan/eerepr
author = Aaron Zuspan
license_file = LICENSE
Expand Down

0 comments on commit bb3105d

Please sign in to comment.