Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
n-takumasa committed Jun 20, 2023
1 parent 41f1b31 commit 6bbafe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsonc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from typing import TYPE_CHECKING, Any, TextIO
from warnings import warn

__version__ = "1.2.0"
__version__ = "1.2.1"
import json
import re
from json import JSONDecoder, JSONEncoder # for compatibility
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "json-with-comments"
version = "1.2.0"
version = "1.2.1"
description = "JSON with Comments for Python"
license = "MIT"
authors = ["Takumasa Nakamura <[email protected]>"]
Expand Down

0 comments on commit 6bbafe0

Please sign in to comment.