Skip to content

Commit f194dd1

Browse files
committed
Set version to 1.3
1 parent 38c6fca commit f194dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "django_custom_jsonfield"
77
license = {text = "MIT"}
88
description = "An extended JSON field for Django and DRF with validation support using jsonschema."
99
requires-python = ">=3.8"
10-
version = "1.2"
10+
version = "1.3"
1111
dependencies = [
1212
"django>=4.0,<5.1",
1313
"jsonschema>=4.0,<5",

0 commit comments

Comments
 (0)