ucon 0.3.3rc1__tar.gz → 0.3.3rc2__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. {ucon-0.3.3rc1 → ucon-0.3.3rc2}/.github/workflows/publish.yaml +1 -0
  2. {ucon-0.3.3rc1 → ucon-0.3.3rc2}/PKG-INFO +1 -1
  3. {ucon-0.3.3rc1 → ucon-0.3.3rc2}/ucon.egg-info/PKG-INFO +1 -1
  4. {ucon-0.3.3rc1 → ucon-0.3.3rc2}/.github/workflows/tests.yaml +0 -0
  5. {ucon-0.3.3rc1 → ucon-0.3.3rc2}/.gitignore +0 -0
  6. {ucon-0.3.3rc1 → ucon-0.3.3rc2}/LICENSE +0 -0
  7. {ucon-0.3.3rc1 → ucon-0.3.3rc2}/README.md +0 -0
  8. {ucon-0.3.3rc1 → ucon-0.3.3rc2}/ROADMAP.md +0 -0
  9. {ucon-0.3.3rc1 → ucon-0.3.3rc2}/docs/decisions/unity-distance-metric-for-nearest-scale.md +0 -0
  10. {ucon-0.3.3rc1 → ucon-0.3.3rc2}/docs/proposals/interface-unifying-the-value-layer.md +0 -0
  11. {ucon-0.3.3rc1 → ucon-0.3.3rc2}/docs/proposals/support-for-fractional-exponents.md +0 -0
  12. {ucon-0.3.3rc1 → ucon-0.3.3rc2}/noxfile.py +0 -0
  13. {ucon-0.3.3rc1 → ucon-0.3.3rc2}/requirements.txt +0 -0
  14. {ucon-0.3.3rc1 → ucon-0.3.3rc2}/setup.cfg +0 -0
  15. {ucon-0.3.3rc1 → ucon-0.3.3rc2}/setup.py +0 -0
  16. {ucon-0.3.3rc1 → ucon-0.3.3rc2}/tests/__init__.py +0 -0
  17. {ucon-0.3.3rc1 → ucon-0.3.3rc2}/tests/ucon/__init__.py +0 -0
  18. {ucon-0.3.3rc1 → ucon-0.3.3rc2}/tests/ucon/test_core.py +0 -0
  19. {ucon-0.3.3rc1 → ucon-0.3.3rc2}/tests/ucon/test_dimension.py +0 -0
  20. {ucon-0.3.3rc1 → ucon-0.3.3rc2}/tests/ucon/test_unit.py +0 -0
  21. {ucon-0.3.3rc1 → ucon-0.3.3rc2}/tests/ucon/test_units.py +0 -0
  22. {ucon-0.3.3rc1 → ucon-0.3.3rc2}/ucon/__init__.py +0 -0
  23. {ucon-0.3.3rc1 → ucon-0.3.3rc2}/ucon/core.py +0 -0
  24. {ucon-0.3.3rc1 → ucon-0.3.3rc2}/ucon/dimension.py +0 -0
  25. {ucon-0.3.3rc1 → ucon-0.3.3rc2}/ucon/unit.py +0 -0
  26. {ucon-0.3.3rc1 → ucon-0.3.3rc2}/ucon/units.py +0 -0
  27. {ucon-0.3.3rc1 → ucon-0.3.3rc2}/ucon.egg-info/SOURCES.txt +0 -0
  28. {ucon-0.3.3rc1 → ucon-0.3.3rc2}/ucon.egg-info/dependency_links.txt +0 -0
  29. {ucon-0.3.3rc1 → ucon-0.3.3rc2}/ucon.egg-info/top_level.txt +0 -0
@@ -14,6 +14,7 @@ jobs:
14
14
  uses: actions/checkout@v4
15
15
  with:
16
16
  fetch-depth: 0 # needed for ancestry check
17
+ ref: ${{ github.ref_name }}
17
18
 
18
19
  - name: Set up Python
19
20
  uses: actions/setup-python@v5
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ucon
3
- Version: 0.3.3rc1
3
+ Version: 0.3.3rc2
4
4
  Summary: a tool for dimensional analysis: a "Unit CONverter"
5
5
  Home-page: https://github.com/withtwoemms/ucon
6
6
  Author: Emmanuel I. Obi
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ucon
3
- Version: 0.3.3rc1
3
+ Version: 0.3.3rc2
4
4
  Summary: a tool for dimensional analysis: a "Unit CONverter"
5
5
  Home-page: https://github.com/withtwoemms/ucon
6
6
  Author: Emmanuel I. Obi
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
File without changes
File without changes
File without changes
File without changes
File without changes