Skip to content

Commit 14978fb

Browse files
committed
Bump version to 1.0.0
1 parent 421f22d commit 14978fb

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.0b3"
20+
__version__ = "1.0.0"
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.0b3"
3+
version = "1.0.0"
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)