Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit d886a64

Browse files
author
Michael Arthur
committed
Bump version 0.6.0 -> 0.7.0
1 parent 17e6636 commit d886a64

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Electric Kiwi Python API
22

3-
[![SemVer 0.6.0][img_version]][url_version]
3+
[![SemVer 0.7.0][img_version]][url_version]
44
[![PyPI Releases][img_pypi]][url_pypi]
55
[![Supported Python Versions][img_pyversions]][url_pyversions]
66

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
88
[url_version]: https://pypi.org/project/electrickiwi-api/
99

1010
[img_pypi]: https://img.shields.io/badge/PyPI-wheels-green.svg

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "electrickiwi-api"
7-
version = "0.6.0"
7+
version = "0.7.0"
88
license = {text = "GNU-3.0"}
99
description = ""
1010
readme = "README.md"
@@ -19,7 +19,7 @@ dependencies = [
1919
]
2020

2121
[tool.bumpver]
22-
current_version = "0.6.0"
22+
current_version = "0.7.0"
2323
version_pattern = "MAJOR.MINOR.PATCH"
2424
commit_message = "Bump version {old_version} -> {new_version}"
2525
commit = true

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = electrickiwi-api
3-
version = 0.6.0
3+
version = 0.7.0
44

55

66
[options]

src/electrickiwi_api/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# __init__.py
22

33
# version of ElectricKiwiApi for Python
4-
__version__ = "0.6.0"
4+
__version__ = "0.7.0"
55

66
from electrickiwi_api.api import (
77
ElectricKiwiEndpoint,

0 commit comments

Comments
 (0)