Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
franioli authored Jan 22, 2024
1 parent d4ae676 commit 771fbfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ requires-python = ">=3.8"


[project.optional-dependencies]
dev = ["flake8", "black", "bumpver", "isort", "pip-tools", "pytest", "bumpver", "mkdocs", "mkdocs-material", mkdocs-jupyter, "mkdocstrings[python]", "pre-commit", "nbstripout", "build", "twine"]
dev = ["flake8", "black", "bumpver", "isort", "pip-tools", "pytest", "mkdocs", "mkdocs-material", "mkdocs-jupyter", "mkdocstrings[python]", "pre-commit", "nbstripout", "build", "twine"]

[project.urls]
Homepage = "https://github.com/franioli/icepy4d"
Expand All @@ -54,8 +54,8 @@ current_version = "1.9.0"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
tag = true
push = true
tag = false
push = false

[tool.bumpver.file_patterns]
"pyproject.toml" = [
Expand Down

0 comments on commit 771fbfb

Please sign in to comment.