ovos-yaml-editor 0.0.2__tar.gz → 0.0.2a1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of ovos-yaml-editor might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ovos-yaml-editor
3
- Version: 0.0.2
3
+ Version: 0.0.2a1
4
4
  Summary: Simple YAML editor for OpenVoiceOS with FastAPI backend
5
5
  Home-page: https://github.com/OpenVoiceOS/ovos-yaml-editor
6
6
  Classifier: Programming Language :: Python :: 3
@@ -2,5 +2,5 @@
2
2
  VERSION_MAJOR = 0
3
3
  VERSION_MINOR = 0
4
4
  VERSION_BUILD = 2
5
- VERSION_ALPHA = 0
5
+ VERSION_ALPHA = 1
6
6
  # END_VERSION_BLOCK
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ovos-yaml-editor
3
- Version: 0.0.2
3
+ Version: 0.0.2a1
4
4
  Summary: Simple YAML editor for OpenVoiceOS with FastAPI backend
5
5
  Home-page: https://github.com/OpenVoiceOS/ovos-yaml-editor
6
6
  Classifier: Programming Language :: Python :: 3