Skip to content

Commit

Permalink
release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raiden00pl committed Feb 25, 2023
1 parent 5b5f846 commit be57328
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ Available plugins:

## Instalation

For now, only installation from sources is available.
Nxscli can be installed by running `pip install nxscli`.

To install Nxscli locally from this repository use:
To install latest development version, use:

`pip install --user git+https://github.com/railab/nxscli.git`
`pip install git+https://github.com/railab/nxscli.git`

## Usage

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = "nxscli"
version = "0.0.1"
version = "0.5.0"
authors = [{name = "raiden00", email = "[email protected]"}]
description = "Nxscope CLI client"
license = {text = "Apache-2.0"}
Expand Down

0 comments on commit be57328

Please sign in to comment.