Skip to content

Commit 2a63004

Browse files
committed
Bump version
1 parent 8b72f3d commit 2a63004

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jsonref.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
from proxytypes import LazyProxy
1919

20-
__version__ = "1.0.0.post1"
20+
__version__ = "1.0.1"
2121

2222

2323
class JsonRefError(Exception):

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "jsonref"
3-
version = "1.0.0.post1"
3+
version = "1.0.1"
44
description = "jsonref is a library for automatic dereferencing of JSON Reference objects for Python."
55
authors = ["Chase Sterling <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)