Skip to content

Commit

Permalink
chore: 2.1.0 as it adds functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
duttonw committed Dec 10, 2024
1 parent 1aa3455 commit 6d4526c
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 @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ckanext-validation"
version = "2.0.1"
version = "2.1.0"
description = "Data description and validation for CKAN with Frictionless Data tools."
classifiers = [ "Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
Expand Down Expand Up @@ -147,4 +147,4 @@ reportIncompleteStub = true
reportUnsupportedDunderAll = true
reportUnusedCoroutine = true
reportUnnecessaryTypeIgnoreComment = true
reportMatchNotExhaustive = true
reportMatchNotExhaustive = true

0 comments on commit 6d4526c

Please sign in to comment.