Skip to content

Commit

Permalink
fix: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMochan committed Mar 3, 2023
1 parent df848cd commit 40004c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subgrounds/__init__.py
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 40004c0

Please sign in to comment.