diff --git a/subgrounds/__init__.py b/subgrounds/__init__.py index a46fb51..d9d7eeb 100644 --- a/subgrounds/__init__.py +++ b/subgrounds/__init__.py @@ -1,7 +1,7 @@ from subgrounds.subgraph import FieldPath, Subgraph, SyntheticField from subgrounds.subgrounds import Subgrounds -__version__ = "1.0.3" +__version__ = "1.1.0" __all__ = [ "FieldPath",