Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Sep 18, 2023
1 parent 1d03f20 commit 08af9ff
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## v0.3.0 (2023-09-19)

### Feature

* feat: support reading iout_set and vout_set ([`1d03f20`](https://github.com/frankurcrazy/pybic/commit/1d03f206214ac2c524353735c65600ab917ea5cd))


## v0.2.0 (2023-09-01)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pybic"
version = "0.2.0"
version = "0.3.0"
description = "driver for meanwell bi-directional charger"
authors = ["Frank Chang"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/pybic/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.2.0"
__version__ = "0.3.0"

from pybic.bic import Bic

0 comments on commit 08af9ff

Please sign in to comment.