We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c913b53 commit a8fdbe1Copy full SHA for a8fdbe1
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.5-alpha
+current_version = 0.0.6-alpha
3
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>.*))?
4
serialize =
5
{major}.{minor}.{patch}-{release}
dtcli/__init__.py
@@ -12,4 +12,4 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__ = "0.0.5-alpha"
+__version__ = "0.0.6-alpha"
pyproject.toml
@@ -8,7 +8,7 @@ packages = [
8
{include = "dtcli"},
9
]
10
readme = "README.md"
11
-version = "0.0.5-alpha"
+version = "0.0.6-alpha"
[tool.poetry.dependencies]
PyYAML = "^5.4.1"
0 commit comments