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:
parent
14cc55b3df
commit
c5d9c6f946
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ This is a Python client for CarbonTracer. It is a wrapper around the [CarbonTrac
|
|||
## Installation
|
||||
|
||||
```bash
|
||||
pip install git+https://kumig.it/kumitterer/pycarbontracer.git
|
||||
pip install pycarbontracer
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "pycarbontracer"
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
authors = [
|
||||
{ name="Kumi Mitterer", email="pycarbontracer@kumi.email" },
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue