Skip to content

Commit

Permalink
bumping ubergraph parser version (for node descriptions)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDietzMorris committed Apr 24, 2023
1 parent ffe18f6 commit 54a96e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsers/UberGraph/src/loadUG.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class UGLoader(SourceDataLoader):
source_data_url = "https://github.com/INCATools/ubergraph#downloads"
license = "https://raw.githubusercontent.com/INCATools/ubergraph/master/LICENSE.txt"
attribution = "https://github.com/INCATools/ubergraph"
parsing_version: str = '1.3'
parsing_version: str = '1.4'

def __init__(self, test_mode: bool = False, source_data_dir: str = None):
"""
Expand Down

0 comments on commit 54a96e3

Please sign in to comment.