Skip to content

Commit

Permalink
Fix linting for pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoughlin committed Oct 6, 2023
1 parent f5596df commit e915f90
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 @@ -28,7 +28,7 @@ classifiers = [
'Operating System :: MacOS',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
]
version = "0.1.0"
version = "0.1.1"
dynamic = ["dependencies", "optional-dependencies"]

[tool.setuptools.dynamic]
Expand Down Expand Up @@ -117,7 +117,7 @@ parentdir_prefix = "nmma-"
addopts = "--verbose -r s"

[tool.bumpver]
current_version = "0.1.0"
current_version = "0.1.1"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand All @@ -126,4 +126,4 @@ push = true

[tool.bumpver.file_patterns]
"pyproject.toml" = ['current_version = "{version}"','version = "{version}"']
"nmma/_version.py" = ['__version__ = "{version}"']
"nmma/_version.py" = ['__version__ = "{version}"']

0 comments on commit e915f90

Please sign in to comment.