robotcode-repl-server 0.106.0__tar.gz → 0.106.1__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: robotcode-repl-server
3
- Version: 0.106.0
3
+ Version: 0.106.1
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==0.106.0
29
- Requires-Dist: robotcode-runner==0.106.0
28
+ Requires-Dist: robotcode-jsonrpc2==0.106.1
29
+ Requires-Dist: robotcode-runner==0.106.1
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==0.106.0",
31
- "robotcode-runner==0.106.0"
30
+ "robotcode-jsonrpc2==0.106.1",
31
+ "robotcode-runner==0.106.1"
32
32
  ]
33
33
 
34
34
  [project.entry-points.robotcode]
@@ -0,0 +1 @@
1
+ __version__ = "0.106.1"
@@ -1 +0,0 @@
1
- __version__ = "0.106.0"