From 3a3a33267e2926dffdb107fd10489377ed4de4fb Mon Sep 17 00:00:00 2001 From: David Date: Mon, 15 Jan 2024 13:34:10 -0700 Subject: [PATCH] version: 3.0.0 --- README.md | 7 ++++++- atoparser/__init__.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a07f1a..dc63686 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,12 @@ For full information on the amazing performance monitoring software that creates ### Installation -Install Atoparser via git clone: +Install Atoparser via pip: +```shell +pip install atoparser +``` + +Or via git clone: ```shell git clone cd atoparser diff --git a/atoparser/__init__.py b/atoparser/__init__.py index 8c1db6d..ee1920c 100644 --- a/atoparser/__init__.py +++ b/atoparser/__init__.py @@ -1,3 +1,3 @@ """Libraries for reading Atop raw data files.""" -__version__ = "2.0.0" +__version__ = "3.0.0"