Skip to content

Commit

Permalink
version: 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dfrtz authored Jan 15, 2024
1 parent 4313510 commit 3a3a332
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <path to fork>
cd atoparser
Expand Down
2 changes: 1 addition & 1 deletion atoparser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Libraries for reading Atop raw data files."""

__version__ = "2.0.0"
__version__ = "3.0.0"

0 comments on commit 3a3a332

Please sign in to comment.