From 7e93d14656e7feb99fa619bf310d267f3de82ef9 Mon Sep 17 00:00:00 2001 From: Davide Gamba <davide.gamba@cern.ch> Date: Mon, 7 Jun 2021 12:56:49 +0200 Subject: [PATCH] just minor changes --- README.md | 7 ++++++- setup.py | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0781811..f741d61 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,12 @@ source ./venv/bin/activate python -m pip install -e . ``` -6. Created documentation: +6. Creat documentation: ``` acc-py init-docs ``` + +7. Release product: +``` +acc-py devrelease +``` diff --git a/setup.py b/setup.py index c847b9b..5714755 100644 --- a/setup.py +++ b/setup.py @@ -31,10 +31,10 @@ REQUIREMENTS: dict = { setup( name="datascout", - version="0.0.1.dev0", + version="0.0.2", author="Davide Gamba", author_email="davide.gamba@cern.ch", - description="SHORT DESCRIPTION OF PROJECT", + description="Sweet functions for dict from/to pandas, awkward, parquet data conversion.", long_description=LONG_DESCRIPTION, long_description_content_type="text/markdown", url="", -- GitLab