Skip to content

Commit

Permalink
external size to cache. (#19)
Browse files Browse the repository at this point in the history
* external size to cache.
storing after storage doen if cache not filled

* missing variable

* assign None .... bump version [skip ci]
  • Loading branch information
Travis CI committed Aug 25, 2020
1 parent f6fa51f commit 7747de9
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.14
current_version = 2.0.15
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.14'
VERSION = '2.0.15'

packages = setuptools.find_packages()

Expand Down

0 comments on commit 7747de9

Please sign in to comment.