Skip to content

Commit

Permalink
"Upgrade: 0.4.9 → 0.5.0.dev0"
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrollik committed Nov 3, 2022
1 parent f45ff6a commit 530eb3c
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.9
current_version = 0.5.0.dev0
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.9"
Version: "0.5.0.dev0"
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.9"
__version__ = "0.5.0.dev0"
__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.9
version = 0.5.0.dev0
author = Lars B. Rollik
author_email = L.B.Rollik@protonmail.com
license = BSD License
Expand Down

0 comments on commit 530eb3c

Please sign in to comment.