From 59d48dc5978e6c4e8bec578fc252db99432cef80 Mon Sep 17 00:00:00 2001 From: raiden00pl Date: Thu, 23 Feb 2023 13:19:45 +0100 Subject: [PATCH] release 0.9.0 --- CHANGES.md | 4 ++++ README.md | 6 +++--- pyproject.toml | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 420e6f2..a3250f6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1 +1,5 @@ # Change Log + +## 0.9.0 (23/02/2023) + +- Initial release diff --git a/README.md b/README.md index 277a9ad..8274631 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index da4ffb0..5ef4b71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta' [project] name = "nxslib" -version = "0.1.0" +version = "0.9.0" authors = [{name = "raiden00", email = "raiden00@railab.me"}] description = "NxScope client library" license = {text = "Apache-2.0"} @@ -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",