Skip to content

Commit

Permalink
chore: update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
andyrids committed Jan 9, 2025
1 parent 9d334e6 commit d893de6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ tmp_path_retention_count = 1
tmp_path_retention_policy = "failed"

[tool.bumpversion]
current_version = "0.1.2"
current_version = "0.1.3"
commit = true
commit_args = "--no-verify"
tag = true
Expand All @@ -106,4 +106,4 @@ build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
# this section enables setuptools_scm
# git tag -a v0.1.0 -m "First release"
# git tag -a v0.1.0 -m "chore: tag version update."

0 comments on commit d893de6

Please sign in to comment.