Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2023-11-09 09:00:01 +00:00 committed by ci_update_bot
parent b59f9b40ed
commit 793796638a
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
<!--next-version-placeholder--> <!--next-version-placeholder-->
## v0.10.1 (2023-11-09)
### Fix
* Adding pytest as dependency; should be removed! ([`a6a621f`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/a6a621f5ea88370152256908cdd4d60ce4489c7b))
## v0.10.0 (2023-11-08) ## v0.10.0 (2023-11-08)
### Feature ### Feature

View File

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