Skip to content

Commit

Permalink
updated the version for OspModelDescription
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinksyTRD committed Oct 26, 2022
1 parent 4ab7387 commit 77a437b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyOSPParser/model_description.py
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ def to_dict(self):
class OspModelDescription(OspModelDescriptionAbstract):
VariableGroups: OspVariableGroupsType
UnitDefinition: OspUnitDefinitionsType = None
version: str = '0.1'
version: str = '1.0'
_required_keys = ['VariableGroups']

def __init__(self, dict_xml: Dict = None, xml_source: str = None, **kwargs):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="pyOSPParser",
version="0.4.5",
version="0.4.6",
url="https://github.com/kevinksyTRD/pyOSPParser",
description="A module to parse or deploy XML/JSON files for Open Simulation Platform.",
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 77a437b

Please sign in to comment.