Skip to content

Commit

Permalink
"Upgrade: 0.4.7.dev0 → 0.4.7"
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrollik committed Apr 29, 2022
1 parent 9f3b8c2 commit cf77d7b
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.4.7.dev0
current_version = 0.4.7
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 @@ -441,4 +441,4 @@ pip install --upgrade rpi_camera_colony
```

---
Version: "0.4.7.dev0"
Version: "0.4.7"
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.4.7.dev0"
__version__ = "0.4.7"
__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.4.7.dev0
version = 0.4.7
author = Lars B. Rollik
author_email = L.B.Rollik@protonmail.com
license = BSD License
Expand Down

0 comments on commit cf77d7b

Please sign in to comment.