From 05b6e90530dbf9be38ebed70a48abce6e31422ac Mon Sep 17 00:00:00 2001 From: Andrzej <6695650+thegrymek@users.noreply.github.com> Date: Wed, 26 Mar 2025 01:16:44 +0100 Subject: [PATCH] Release 0.0.6 Signed-off-by: Andrzej <6695650+thegrymek@users.noreply.github.com> --- README.rst | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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,