Skip to content

Commit

Permalink
"Upgrade: 0.5.0.dev0 → 0.5.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrollik committed Nov 3, 2022
1 parent 29f757a commit 037a3b6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.0.dev0
current_version = 0.5.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -475,4 +475,4 @@ pip install --upgrade rpi_camera_colony
```
---
Version: "0.5.0.dev0"
Version: "0.5.0"
2 changes: 1 addition & 1 deletion rpi_camera_colony/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# License: BSD 3-Clause
from rpi_camera_colony.readers import read_session_data

__version__ = "0.5.0.dev0"
__version__ = "0.5.0"
__author__ = "Lars B. Rollik"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = rpi_camera_colony
version = 0.5.0.dev0
version = 0.5.0
author = Lars B. Rollik
author_email = L.B.Rollik@protonmail.com
license = BSD License
Expand Down

0 comments on commit 037a3b6

Please sign in to comment.