Skip to content

Commit 435ccf1

Browse files
committed
Release v1.0.1
1 parent ee4f6a9 commit 435ccf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drf_simple_api_errors/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .exception_handler import exception_handler
22

33
__all__ = ("exception_handler",)
4-
__version__ = "1.0.0"
4+
__version__ = "1.0.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "drf-simple-api-errors"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "A library for Django Rest Framework returning consistent and easy-to-parse API error messages."
55
authors = ["Gian <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)