Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Jan 12, 2024
1 parent d65e8f0 commit 0d34fe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion imagen_pytorch/configs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from pydantic import BaseModel, validator
from pydantic import BaseModel, model_validator
from typing import List, Optional, Union, Tuple
from enum import Enum

Expand Down
2 changes: 1 addition & 1 deletion imagen_pytorch/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.26.1'
__version__ = '1.26.2'

0 comments on commit 0d34fe3

Please sign in to comment.