robotcode-repl-server 1.6.0__tar.gz → 1.8.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.
@@ -331,4 +331,7 @@ output.xml
331
331
  bundled/libs
332
332
 
333
333
  # robotframework
334
- results/
334
+ results/
335
+
336
+ # kilocode
337
+ .kilocode/
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: robotcode-repl-server
3
- Version: 1.6.0
3
+ Version: 1.8.0
4
4
  Summary: RobotCode REPL Server for Robot Framework
5
5
  Project-URL: Homepage, https://robotcode.io
6
6
  Project-URL: Donate, https://opencollective.com/robotcode
@@ -25,8 +25,8 @@ Classifier: Programming Language :: Python :: Implementation :: PyPy
25
25
  Classifier: Topic :: Utilities
26
26
  Classifier: Typing :: Typed
27
27
  Requires-Python: >=3.8
28
- Requires-Dist: robotcode-jsonrpc2==1.6.0
29
- Requires-Dist: robotcode-runner==1.6.0
28
+ Requires-Dist: robotcode-jsonrpc2==1.8.0
29
+ Requires-Dist: robotcode-runner==1.8.0
30
30
  Description-Content-Type: text/markdown
31
31
 
32
32
  # robotcode-repl-server
@@ -27,8 +27,8 @@ classifiers = [
27
27
  ]
28
28
  dynamic = ["version"]
29
29
  dependencies = [
30
- "robotcode-jsonrpc2==1.6.0",
31
- "robotcode-runner==1.6.0"
30
+ "robotcode-jsonrpc2==1.8.0",
31
+ "robotcode-runner==1.8.0"
32
32
  ]
33
33
 
34
34
  [project.entry-points.robotcode]
@@ -0,0 +1 @@
1
+ __version__ = "1.8.0"
@@ -1 +0,0 @@
1
- __version__ = "1.6.0"