Skip to content

Commit

Permalink
release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raiden00pl committed Feb 23, 2023
1 parent 02f2906 commit 59d48dc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# Change Log

## 0.9.0 (23/02/2023)

- Initial release
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ connecting a real NuttX device

## Instalation

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

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

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

## Contributing

Expand Down
4 changes: 2 additions & 2 deletions 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 = "nxslib"
version = "0.1.0"
version = "0.9.0"
authors = [{name = "raiden00", email = "[email protected]"}]
description = "NxScope client library"
license = {text = "Apache-2.0"}
Expand All @@ -17,7 +17,7 @@ dependencies = [
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License"
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Software Development :: Embedded Systems",
Expand Down

0 comments on commit 59d48dc

Please sign in to comment.