We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e73565e commit 46eb918Copy full SHA for 46eb918
README.md
@@ -1,10 +1,10 @@
1
# beku
2
3
-Version: 0.0.6
+Version: 0.0.7-dev
4
5
## Installation
6
7
- pip install git+https://github.com/stackabletech/beku.py.git@0.0.6
+ pip install git+https://github.com/stackabletech/beku.py.git@master
8
9
## Usage
10
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "beku-stackabletech"
-version = "0.0.6"
+version = "0.0.7-dev"
authors = [
{ name="Razvan Mihai", email="razvan.mihai@stackable.tech" }
]
src/beku/version.py
@@ -1,3 +1,3 @@
"""Package version."""
-__version_info__ = (0, 0, '6')
+__version_info__ = (0, 0, '7-dev')
__version__ = ".".join(map(str, __version_info__))
0 commit comments