Skip to content

Commit

Permalink
reverted name of the package
Browse files Browse the repository at this point in the history
  • Loading branch information
mmacai committed Jan 11, 2023
1 parent d8ac4c7 commit afd3f49
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## __0.4.0__ - 2023-01-10
## __0.3.1__ - 2023-01-11

### Changed

- Renamed library to the `smartenergy.goecharger-api`.
- Updated links as repository was renamed.

## __0.3.0__ - 2023-01-03

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![workflow](https://github.com/openkfw/smartenergy.goecharger-api/actions/workflows/python-ci.yml/badge.svg)
![workflow](https://github.com/openkfw/smartenergy.goecharger-api/actions/workflows/python-publish.yml/badge.svg)
![PyPI version](https://badge.fury.io/py/smartenergy.goecharger-api.svg)
![PyPI version](https://badge.fury.io/py/smart-energy.goecharger-api.svg)

A python API to access the Go-eCharger wallbox. Official Go-eCharger [API documentation](https://github.com/goecharger/go-eCharger-API-v2).

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ classifiers = [
dependencies = ["requests >= 2.27.1"]
description = "API library for the go-eCharger."
keywords = ["goecharger", "kfw", "api", "cloud"]
name = "smartenergy.goecharger-api"
name = "smart-energy.goecharger-api"
readme = "README.md"
requires-python = ">=3.7"
version = "0.4.0"
version = "0.3.1"

[project.optional-dependencies]
dev = ["black", "pylint", "python-dotenv", "pytest", "pre-commit"]
Expand Down

0 comments on commit afd3f49

Please sign in to comment.