diff --git a/README.rst b/README.rst index 96f6f5d..0ab1cbb 100644 --- a/README.rst +++ b/README.rst @@ -11,6 +11,9 @@ Python Disk Collections .. image:: https://img.shields.io/pypi/pyversions/python-disk-collections.svg :target: https://pypi.python.org/pypi/python-disk-collections +.. image:: https://img.shields.io/pypi/dm/python-disk-collections + :target: https://pypi.python.org/pypi/python-disk-collections + Module contains class with extended python list that stores items at disk. By default items before save are pickled and compressed. Use that list diff --git a/setup.py b/setup.py index 2694a1d..e1cd8b5 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def url(*args): package_name = "python-disk-collections" url_profile = "https://github.com/thegrymek" -version = "0.0.5" +version = "0.0.6" setup( name=package_name, version=version,