revisit 0.0.4__tar.gz → 0.0.5__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: revisit
3
- Version: 0.0.4
3
+ Version: 0.0.5
4
4
  Requires-Dist: anywidget
5
5
  Requires-Dist: ipykernel>=6.29.5
6
6
  Requires-Dist: pydantic>=2.10.5
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "revisit"
7
- version = "0.0.4"
7
+ version = "0.0.5"
8
8
  dependencies = [
9
9
  "anywidget",
10
10
  "ipykernel>=6.29.5",
@@ -1,6 +1,6 @@
1
1
  from __future__ import annotations
2
2
  import json
3
- import models as rvt_models
3
+ from . import models as rvt_models
4
4
  from pydantic import BaseModel, ValidationError # type: ignore
5
5
  from typing import List, Literal, get_origin, Optional, get_args, Any, Unpack, overload, get_type_hints
6
6
  from enum import Enum
File without changes
File without changes
File without changes
File without changes
File without changes