vos-data-utils 1.0.7__py3-none-any.whl → 1.0.9__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.

Potentially problematic release.


This version of vos-data-utils might be problematic. Click here for more details.

vdutils/__init__.py CHANGED
@@ -10,7 +10,7 @@ Correction function to align with the current legal district by reflecting chang
10
10
  Conversion function to transform address strings into Parcel Number (PNU)
11
11
  Generation function for unique transaction case IDs in ValueofSpace
12
12
  """
13
- version = "1.0.7"
13
+ version = "1.0.9"
14
14
  author = "ValueOfSpace"
15
15
  description = "description"
16
16
  license = "MIT License"