error-values 0.1.1__tar.gz → 0.1.3__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.
@@ -1,3 +1,3 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: error_values
3
- Version: 0.1.1
3
+ Version: 0.1.3
@@ -76,9 +76,4 @@ def dangerous_func_to_potntial_error(func):
76
76
  return potential_error_wrap(result)
77
77
  except Exception as e:
78
78
  return potential_error_wrap(e)
79
- return auto_wrap
80
-
81
- if __name__ == "__main__":
82
- b = Potential_Error("str")
83
- b.stat()
84
- b.dewrap()
79
+ return auto_wrap
@@ -1,7 +1,9 @@
1
1
  from setuptools import setup,find_packages
2
2
 
3
+
4
+
3
5
  setup(
4
6
  name="error_values",
5
- version="0.1.1",
6
- packages=find_packages()
7
+ version="0.1.3",
8
+ packages=find_packages(),
7
9
  )
@@ -1,3 +1,3 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: error_values
3
- Version: 0.1.1
3
+ Version: 0.1.3
File without changes