matlabpy 0.0.3__py3-none-any.whl → 0.0.6__py3-none-any.whl

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: matlabpy
3
- Version: 0.0.3
3
+ Version: 0.0.6
4
4
  Summary: A Python library for MATLAB integration
5
5
  Author: Daniel F. Hernández Gardiol
6
6
  Author-email: dan.fhg@gmail.com
@@ -9,6 +9,8 @@ Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Programming Language :: Python :: 3.14
10
10
  Description-Content-Type: text/markdown
11
11
 
12
+ hopefully this will be version 6
13
+
12
14
  matpy.py — A lightweight Python library that mimics core MATLAB matrix syntax & operators
13
15
 
14
16
  To publish a new version:
@@ -24,3 +26,9 @@ git tag v$(poetry version --short)
24
26
  # 4. Push the commit and the tag to GitHub
25
27
  git push origin main
26
28
  git push origin v$(poetry version --short)
29
+
30
+ poetry version patch
31
+ git commit -am "Bump version to $(poetry version --short)"
32
+ git tag v$(poetry version --short)
33
+ git push origin main
34
+ git push origin v$(poetry version --short)
@@ -0,0 +1,4 @@
1
+ matlabpy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ matlabpy-0.0.6.dist-info/METADATA,sha256=2K79xBIORxiRbWtdwB5QzOASHdVRqSv6PbTT9y6TeHU,1014
3
+ matlabpy-0.0.6.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
4
+ matlabpy-0.0.6.dist-info/RECORD,,
@@ -1,4 +0,0 @@
1
- matlabpy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- matlabpy-0.0.3.dist-info/METADATA,sha256=Ygk1HM1SZvM82k4CwDrnLH45Bx1VMzOcaH4oJBDaOV0,800
3
- matlabpy-0.0.3.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
4
- matlabpy-0.0.3.dist-info/RECORD,,