We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b72f3d commit 2a63004Copy full SHA for 2a63004
jsonref.py
@@ -17,7 +17,7 @@
17
18
from proxytypes import LazyProxy
19
20
-__version__ = "1.0.0.post1"
+__version__ = "1.0.1"
21
22
23
class JsonRefError(Exception):
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "jsonref"
3
-version = "1.0.0.post1"
+version = "1.0.1"
4
description = "jsonref is a library for automatic dereferencing of JSON Reference objects for Python."
5
authors = ["Chase Sterling <[email protected]>"]
6
license = "MIT"
0 commit comments