Skip to content

Commit a8fdbe1

Browse files
committed
Bump version: 0.0.5-alpha → 0.0.6-alpha
1 parent c913b53 commit a8fdbe1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.5-alpha
2+
current_version = 0.0.6-alpha
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>.*))?
44
serialize =
55
{major}.{minor}.{patch}-{release}

dtcli/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.0.5-alpha"
15+
__version__ = "0.0.6-alpha"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ packages = [
88
{include = "dtcli"},
99
]
1010
readme = "README.md"
11-
version = "0.0.5-alpha"
11+
version = "0.0.6-alpha"
1212

1313
[tool.poetry.dependencies]
1414
PyYAML = "^5.4.1"

0 commit comments

Comments
 (0)