Update install command in README, bump version

- Updates the installation command in the README file to use the package name "pycarbontracer" instead of the repository URL
- Updates the version number in the "pyproject.toml" file from "0.9.0" to "0.9.1"
This commit is contained in:
Kumi 2023-08-23 10:03:40 +02:00
parent 14cc55b3df
commit c5d9c6f946
Signed by: kumi
GPG key ID: ECBCC9082395383F
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ This is a Python client for CarbonTracer. It is a wrapper around the [CarbonTrac
## Installation ## Installation
```bash ```bash
pip install git+https://kumig.it/kumitterer/pycarbontracer.git pip install pycarbontracer
``` ```
## Usage ## Usage

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "pycarbontracer" name = "pycarbontracer"
version = "0.9.0" version = "0.9.1"
authors = [ authors = [
{ name="Kumi Mitterer", email="pycarbontracer@kumi.email" }, { name="Kumi Mitterer", email="pycarbontracer@kumi.email" },
] ]