robotcode-plugin 0.95.2__tar.gz → 0.97.0__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: robotcode-plugin
3
- Version: 0.95.2
3
+ Version: 0.97.0
4
4
  Summary: Some classes for RobotCode plugin management
5
5
  Project-URL: Donate, https://opencollective.com/robotcode
6
6
  Project-URL: Documentation, https://github.com/robotcodedev/robotcode#readme
@@ -9,7 +9,6 @@ Project-URL: Issues, https://github.com/robotcodedev/robotcode/issues
9
9
  Project-URL: Source, https://github.com/robotcodedev/robotcode
10
10
  Author-email: Daniel Biehl <dbiehl@live.de>
11
11
  License: Apache-2.0
12
- License-File: LICENSE.txt
13
12
  Classifier: Development Status :: 5 - Production/Stable
14
13
  Classifier: Framework :: Robot Framework
15
14
  Classifier: Framework :: Robot Framework :: Tool
@@ -0,0 +1 @@
1
+ __version__ = "0.97.0"
@@ -1 +0,0 @@
1
- __version__ = "0.95.2"