ducpy 3.0.2__tar.gz → 3.0.4__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.
Files changed (29) hide show
  1. {ducpy-3.0.2 → ducpy-3.0.4}/Cargo.lock +1 -1
  2. {ducpy-3.0.2 → ducpy-3.0.4}/PKG-INFO +2 -1
  3. {ducpy-3.0.2 → ducpy-3.0.4}/README.md +1 -1
  4. {ducpy-3.0.2 → ducpy-3.0.4}/packages/ducpy/crate/Cargo.toml +1 -1
  5. {ducpy-3.0.2 → ducpy-3.0.4}/Cargo.toml +0 -0
  6. {ducpy-3.0.2 → ducpy-3.0.4}/LICENSE +0 -0
  7. {ducpy-3.0.2 → ducpy-3.0.4}/packages/ducpy/crate/src/lib.rs +0 -0
  8. {ducpy-3.0.2 → ducpy-3.0.4}/packages/ducrs/.gitignore +0 -0
  9. {ducpy-3.0.2 → ducpy-3.0.4}/packages/ducrs/Cargo.toml +0 -0
  10. {ducpy-3.0.2 → ducpy-3.0.4}/packages/ducrs/LICENSE +0 -0
  11. {ducpy-3.0.2 → ducpy-3.0.4}/packages/ducrs/README.md +0 -0
  12. {ducpy-3.0.2 → ducpy-3.0.4}/packages/ducrs/build.rs +0 -0
  13. {ducpy-3.0.2 → ducpy-3.0.4}/packages/ducrs/package.json +0 -0
  14. {ducpy-3.0.2 → ducpy-3.0.4}/packages/ducrs/release.config.cjs +0 -0
  15. {ducpy-3.0.2 → ducpy-3.0.4}/packages/ducrs/src/api/document.rs +0 -0
  16. {ducpy-3.0.2 → ducpy-3.0.4}/packages/ducrs/src/api/meta.rs +0 -0
  17. {ducpy-3.0.2 → ducpy-3.0.4}/packages/ducrs/src/api/mod.rs +0 -0
  18. {ducpy-3.0.2 → ducpy-3.0.4}/packages/ducrs/src/api/version_control.rs +0 -0
  19. {ducpy-3.0.2 → ducpy-3.0.4}/packages/ducrs/src/db/bootstrap.rs +0 -0
  20. {ducpy-3.0.2 → ducpy-3.0.4}/packages/ducrs/src/db/mod.rs +0 -0
  21. {ducpy-3.0.2 → ducpy-3.0.4}/packages/ducrs/src/db/native.rs +0 -0
  22. {ducpy-3.0.2 → ducpy-3.0.4}/packages/ducrs/src/db/wasm.rs +0 -0
  23. {ducpy-3.0.2 → ducpy-3.0.4}/packages/ducrs/src/lib.rs +0 -0
  24. {ducpy-3.0.2 → ducpy-3.0.4}/packages/ducrs/src/parse.rs +0 -0
  25. {ducpy-3.0.2 → ducpy-3.0.4}/packages/ducrs/src/serialize.rs +0 -0
  26. {ducpy-3.0.2 → ducpy-3.0.4}/packages/ducrs/src/types.rs +0 -0
  27. {ducpy-3.0.2 → ducpy-3.0.4}/packages/ducrs/tests/.gitignore +0 -0
  28. {ducpy-3.0.2 → ducpy-3.0.4}/pyproject.toml +0 -0
  29. {ducpy-3.0.2 → ducpy-3.0.4}/src/ducpy_native/__init__.py +0 -0
@@ -410,7 +410,7 @@ dependencies = [
410
410
 
411
411
  [[package]]
412
412
  name = "ducpy-native"
413
- version = "3.0.2"
413
+ version = "3.0.4"
414
414
  dependencies = [
415
415
  "duc",
416
416
  "pyo3",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ducpy
3
- Version: 3.0.2
3
+ Version: 3.0.4
4
4
  Classifier: License :: OSI Approved :: MIT License
5
5
  Requires-Dist: nanoid>=2.0.0
6
6
  License-File: LICENSE
@@ -80,3 +80,4 @@ To ensure smooth releases with semantic-release, please follow [these guidelines
80
80
  ---
81
81
 
82
82
  *The duc format and libraries are constantly evolving, aiming to set new standards in the 2D CAD industry. Be a part of this transformation and help shape the future of design technology!*
83
+
@@ -62,4 +62,4 @@ To ensure smooth releases with semantic-release, please follow [these guidelines
62
62
 
63
63
  ---
64
64
 
65
- *The duc format and libraries are constantly evolving, aiming to set new standards in the 2D CAD industry. Be a part of this transformation and help shape the future of design technology!*
65
+ *The duc format and libraries are constantly evolving, aiming to set new standards in the 2D CAD industry. Be a part of this transformation and help shape the future of design technology!*
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "ducpy-native"
3
- version = "3.0.2"
3
+ version = "3.0.4"
4
4
  edition = "2021"
5
5
  description = "Python native extension for the duc file format (used by ducpy)"
6
6
  publish = false
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes