Verified Commit ded9065c authored by Dan Jones's avatar Dan Jones
Browse files

chore: update package version

parent a0d9c041
...@@ -1150,10 +1150,10 @@ ...@@ -1150,10 +1150,10 @@
} }
} }
}, },
"info": { "info":{
"description": "SoAR message protocol in schemas", "description":"SoAR message protocol in schemas",
"title": "SoAR Backbone Message Formats", "title":"SoAR Backbone Message Formats",
"version": "1.0" "version":"0.2"
}, },
"openapi": "3.0.2", "openapi": "3.0.2",
"paths": {} "paths": {}
......
...@@ -2,7 +2,7 @@ from setuptools import setup ...@@ -2,7 +2,7 @@ from setuptools import setup
setup( setup(
version="0.1.0", version="0.2.0",
name="backbone_message_format", name="backbone_message_format",
python_requires=">=3.8", python_requires=">=3.8",
packages=["backbone_formats", "soar_schema"], packages=["backbone_formats", "soar_schema"],
......
...@@ -1150,10 +1150,10 @@ ...@@ -1150,10 +1150,10 @@
} }
} }
}, },
"info": { "info":{
"description": "SoAR message protocol in schemas", "description":"SoAR message protocol in schemas",
"title": "SoAR Backbone Message Formats", "title":"SoAR Backbone Message Formats",
"version": "1.0" "version":"0.2"
}, },
"openapi": "3.0.2", "openapi": "3.0.2",
"paths": {} "paths": {}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment