Skip to content

Commit

Permalink
Limit discovery cache by size (#16)
Browse files Browse the repository at this point in the history
* limit discovery chache by size

* pylint

* pylint

* cache for storage as well as discovery

* cr

* use size of

* sizeof.sizeof

* fix lint .... bump version [skip ci]
  • Loading branch information
Travis CI committed Aug 24, 2020
1 parent f1cf239 commit 615d7bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.12
current_version = 2.0.13
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

here = os.path.abspath(os.path.dirname(__file__))

VERSION = '2.0.12'
VERSION = '2.0.13'

packages = setuptools.find_packages()

Expand Down

0 comments on commit 615d7bc

Please sign in to comment.