Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2023-11-08 18:24:39 +00:00 committed by ci_update_bot
parent 47d3a5a65b
commit 3318c6ed01
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
<!--next-version-placeholder--> <!--next-version-placeholder-->
## v0.9.2 (2023-11-08)
### Fix
* Bugfixes after adding tests ([`72b8848`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/72b88482ca8b5104dbcf3e8a4e430497eb5fd5f8))
## v0.9.1 (2023-11-02) ## v0.9.1 (2023-11-02)
### Fix ### Fix

View File

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