qnty 0.0.3__py3-none-any.whl → 0.0.4__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.
qnty/__init__.py CHANGED
@@ -126,9 +126,6 @@ register_all_units(registry)
126
126
  # Finalize registry after all registrations
127
127
  registry.finalize_registration()
128
128
 
129
- # Version information
130
- __version__ = "0.0.3"
131
-
132
129
  # Define public API
133
130
  __all__ = [
134
131
  # Core variable types (most commonly used)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: qnty
3
- Version: 0.0.3
3
+ Version: 0.0.4
4
4
  Summary: High-performance unit system library for Python with dimensional safety and fast unit conversions
5
5
  License: Apache-2.0
6
6
  Keywords: units,dimensional analysis,engineering,physics,quantities,measurements
@@ -1,4 +1,4 @@
1
- qnty/__init__.py,sha256=lZKInnpHg1LQ_3TRprI_xV0CatK8FC9RJiX0CpI5yIU,5536
1
+ qnty/__init__.py,sha256=ath8f_aNoOH_wAXqd71DOZNHckcvjbydSwvlU06VDlY,5491
2
2
  qnty/dimension.py,sha256=PiRpZydh7QifD7YdzGCoJZ9EI1fixDsX5KWZj92IXdo,10826
3
3
  qnty/equation.py,sha256=XgzM91jn__GomKbgslncoFJWPDJiMb4_VKD-8sdcFXc,9096
4
4
  qnty/expression.py,sha256=UM0hCqOVD1gK_O5-Rsq7BWIPDTEL_kFORprV6LIqGcU,20890
@@ -14,6 +14,6 @@ qnty/variable_types/expression_variable.py,sha256=sRQ4VUMLBEh6tPqOwh4gLtGQH9Y3Xe
14
14
  qnty/variable_types/typed_variable.py,sha256=ibmbUh8JCXk2XLc0yvpjMYAtAlpxvia0vB_3xaBqzkc,4345
15
15
  qnty/variables.py,sha256=fc7CPLAgqxI7zjeB22PXrTTA6fnl_1gnaX74MYhXMFM,142963
16
16
  qnty/variables.pyi,sha256=Sm99jqyVQmuxdPhctmxuSvYrMO9vz4XqhMzBDsr2uC8,217982
17
- qnty-0.0.3.dist-info/METADATA,sha256=oEA22r6KeD2LnoEZCp4ibMXIEvzgJdP49dImBIW8qbk,12113
18
- qnty-0.0.3.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
19
- qnty-0.0.3.dist-info/RECORD,,
17
+ qnty-0.0.4.dist-info/METADATA,sha256=qOxMHMRcnziR5bPNi5QIOZUGShY-0CITI0zsSIqbsvY,12113
18
+ qnty-0.0.4.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
19
+ qnty-0.0.4.dist-info/RECORD,,
File without changes