From 40004c012e474a32c94812576e24069c8a4c5d51 Mon Sep 17 00:00:00 2001 From: 0xMochan Date: Fri, 3 Mar 2023 12:23:37 -0500 Subject: [PATCH] fix: bump version --- subgrounds/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",