Skip to content

Commit

Permalink
Showing 3 changed files with 3 additions and 3 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.0.4-alpha
current_version = 0.0.5-alpha
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>.*))?
serialize =
{major}.{minor}.{patch}-{release}
2 changes: 1 addition & 1 deletion dtcli/__init__.py
Original file line number Diff line number Diff line change
@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.0.4-alpha"
__version__ = "0.0.5-alpha"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ packages = [
{include = "dtcli"},
]
readme = "README.md"
version = "0.0.4-alpha"
version = "0.0.5-alpha"

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

0 comments on commit 0cb3c8e

Please sign in to comment.