robotcode-repl-server 0.100.0__tar.gz → 0.100.2__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.3
2
2
  Name: robotcode-repl-server
3
- Version: 0.100.0
3
+ Version: 0.100.2
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
@@ -24,8 +24,8 @@ 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-jsonrpc2==0.100.0
28
- Requires-Dist: robotcode-runner==0.100.0
27
+ Requires-Dist: robotcode-jsonrpc2==0.100.2
28
+ Requires-Dist: robotcode-runner==0.100.2
29
29
  Description-Content-Type: text/markdown
30
30
 
31
31
  # robotcode-repl-server
@@ -27,8 +27,8 @@ classifiers = [
27
27
  ]
28
28
  dynamic = ["version"]
29
29
  dependencies = [
30
- "robotcode-jsonrpc2==0.100.0",
31
- "robotcode-runner==0.100.0"
30
+ "robotcode-jsonrpc2==0.100.2",
31
+ "robotcode-runner==0.100.2"
32
32
  ]
33
33
 
34
34
  [project.entry-points.robotcode]
@@ -0,0 +1 @@
1
+ __version__ = "0.100.2"
@@ -1 +0,0 @@
1
- __version__ = "0.100.0"