This repository was archived by the owner on Jan 24, 2025. It is now read-only.
File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Electric Kiwi Python API
2
2
3
- [ ![ SemVer 0.6 .0] [ img_version ]] [ url_version ]
3
+ [ ![ SemVer 0.7 .0] [ img_version ]] [ url_version ]
4
4
[ ![ PyPI Releases] [ img_pypi ]] [ url_pypi ]
5
5
[ ![ Supported Python Versions] [ img_pyversions ]] [ url_pyversions ]
6
6
7
- [ img_version ] : https://img.shields.io/static/v1.svg?label=SemVer&message=0.6 .0&color=blue
7
+ [ img_version ] : https://img.shields.io/static/v1.svg?label=SemVer&message=0.7 .0&color=blue
8
8
[ url_version ] : https://pypi.org/project/electrickiwi-api/
9
9
10
10
[ img_pypi ] : https://img.shields.io/badge/PyPI-wheels-green.svg
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " electrickiwi-api"
7
- version = " 0.6 .0"
7
+ version = " 0.7 .0"
8
8
license = {text = " GNU-3.0" }
9
9
description = " "
10
10
readme = " README.md"
@@ -19,7 +19,7 @@ dependencies = [
19
19
]
20
20
21
21
[tool .bumpver ]
22
- current_version = " 0.6 .0"
22
+ current_version = " 0.7 .0"
23
23
version_pattern = " MAJOR.MINOR.PATCH"
24
24
commit_message = " Bump version {old_version} -> {new_version}"
25
25
commit = true
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = electrickiwi-api
3
- version = 0.6 .0
3
+ version = 0.7 .0
4
4
5
5
6
6
[options]
Original file line number Diff line number Diff line change 1
1
# __init__.py
2
2
3
3
# version of ElectricKiwiApi for Python
4
- __version__ = "0.6 .0"
4
+ __version__ = "0.7 .0"
5
5
6
6
from electrickiwi_api .api import (
7
7
ElectricKiwiEndpoint ,
You can’t perform that action at this time.
0 commit comments