Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2023-11-18 11:47:06 +00:00 committed by ci_update_bot
parent 204f94e0e4
commit f6febb5b3a
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
<!--next-version-placeholder-->
## v0.13.1 (2023-11-18)
### Fix
* Include all needed files in packaged distro ([`204f94e`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/204f94e0e4496f8347772f869bb0722e6ffb9ccf))
## v0.13.0 (2023-11-17)
### Feature

View File

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