robotcode-repl 0.100.2__tar.gz → 0.102.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-repl
3
- Version: 0.100.2
3
+ Version: 0.102.0
4
4
  Summary: RobotCode REPL for Robot Framework
5
5
  Project-URL: Homepage, https://robotcode.io
6
6
  Project-URL: Donate, https://opencollective.com/robotcode
@@ -24,7 +24,7 @@ Classifier: Programming Language :: Python :: Implementation :: PyPy
24
24
  Classifier: Topic :: Utilities
25
25
  Classifier: Typing :: Typed
26
26
  Requires-Python: >=3.8
27
- Requires-Dist: robotcode-runner==0.100.2
27
+ Requires-Dist: robotcode-runner==0.102.0
28
28
  Description-Content-Type: text/markdown
29
29
 
30
30
  # robotcode-repl
@@ -27,7 +27,7 @@ classifiers = [
27
27
  ]
28
28
  dynamic = ["version"]
29
29
  dependencies = [
30
- "robotcode-runner==0.100.2"
30
+ "robotcode-runner==0.102.0"
31
31
  ]
32
32
 
33
33
  [project.entry-points.robotcode]
@@ -0,0 +1 @@
1
+ __version__ = "0.102.0"
@@ -1 +0,0 @@
1
- __version__ = "0.100.2"