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

chore: update package version

parent a0d9c041
......@@ -1150,10 +1150,10 @@
}
}
},
"info": {
"description": "SoAR message protocol in schemas",
"title": "SoAR Backbone Message Formats",
"version": "1.0"
"info":{
"description":"SoAR message protocol in schemas",
"title":"SoAR Backbone Message Formats",
"version":"0.2"
},
"openapi": "3.0.2",
"paths": {}
......
......@@ -2,7 +2,7 @@ from setuptools import setup
setup(
version="0.1.0",
version="0.2.0",
name="backbone_message_format",
python_requires=">=3.8",
packages=["backbone_formats", "soar_schema"],
......
This diff is collapsed.
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