Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gazpachoking committed Nov 4, 2022
1 parent 8b72f3d commit 2a63004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsonref.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

from proxytypes import LazyProxy

__version__ = "1.0.0.post1"
__version__ = "1.0.1"


class JsonRefError(Exception):
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 = "jsonref"
version = "1.0.0.post1"
version = "1.0.1"
description = "jsonref is a library for automatic dereferencing of JSON Reference objects for Python."
authors = ["Chase Sterling <chase.sterling@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 2a63004

Please sign in to comment.