pyrpc-codegen 0.6.3__tar.gz → 0.7.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.
@@ -153,6 +153,3 @@ cython_debug/
153
153
  node_modules
154
154
  dist
155
155
 
156
-
157
- # System design docs (local developer documentation)
158
- system-design/
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyrpc-codegen
3
- Version: 0.6.3
3
+ Version: 0.7.0
4
4
  Summary: Codegen and CLI tools for pyRPC
5
5
  Requires-Python: >=3.11
6
6
  Requires-Dist: jinja2>=3.1.0
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pyrpc-codegen"
3
- version = "0.6.3"
3
+ version = "0.7.0"
4
4
  description = "Codegen and CLI tools for pyRPC"
5
5
  requires-python = ">=3.11"
6
6
  dependencies = [
File without changes