1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-05 00:12:49 +01:00
Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2023-07-11 16:46:23 +00:00
committed by ci_update_bot
parent b089903ad9
commit 271e9db7cd
2 changed files with 10 additions and 1 deletions

9
CHANGELOG.md Normal file
View File

@@ -0,0 +1,9 @@
# Changelog
<!--next-version-placeholder-->
## v0.1.0 (2023-07-11)
### Feature
* Added config plotter ([`db274c6`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/db274c644f643f830c35b6a92edd328bf7e24f59))

View File

@@ -1,6 +1,6 @@
from setuptools import setup
__version__ = "0.0.0"
__version__ = "0.1.0"
if __name__ == "__main__":
setup(