Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Aug 20, 2024
1 parent 55c54f4 commit 0ce84e1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## v0.2.0 (2024-08-20)

### Documentation

* docs: Include PyPi package in installation instructions

Signed-off-by: Sietze van Buuren <[email protected]> ([`f514ec1`](https://github.com/swvanbuuren/mlpyqtgraph/commit/f514ec179daa10414a077025876382ab2d03e335))

### Feature

* feat: Add more festures to full 2D plot example

Signed-off-by: Sietze van Buuren <[email protected]> ([`55c54f4`](https://github.com/swvanbuuren/mlpyqtgraph/commit/55c54f410f34eaf369357edeeb3758301e22efdc))

## v0.1.0 (2024-08-19)

### Chore
Expand Down
2 changes: 1 addition & 1 deletion mlpyqtgraph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from .ml_functions import *


__version__ = '0.1.0'
__version__ = '0.2.0'


class OptionsDecoratorCore(decorator.DecoratorCore):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "mlpyqtgraph"
version = "0.1.0"
version = "0.2.0"
description = "Matplotlib like plotting with pyqtgraph in python"
readme = "README.md"
license = { file = "LICENSE" }
Expand Down

0 comments on commit 0ce84e1

Please sign in to comment.