Skip to content

Commit 3a6e3f3

Browse files
committed
New dev version
1 parent 775ee17 commit 3a6e3f3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# beku
22

3-
Version: 0.0.7
3+
Version: 0.0.8-dev
44

55
## Installation
66

@@ -26,7 +26,7 @@ Update the version in:
2626

2727
* `pyproject.toml`
2828
* `version.py`
29-
* `README.md`
29+
* `README.md` : version and pip install command.
3030

3131
Update the CHANGELOG.
3232
Commit and tag.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "beku-stackabletech"
3-
version = "0.0.7"
3+
version = "0.0.8-dev"
44
authors = [
55
{ name = "Razvan Mihai", email = "razvan.mihai@stackable.tech" }
66
]

src/beku/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Package version."""
2-
__version_info__ = (0, 0, '7')
2+
__version_info__ = (0, 0, '8-dev')
33
__version__ = ".".join(map(str, __version_info__))

0 commit comments

Comments
 (0)