pythonapd 0.0.1__tar.gz → 0.0.2__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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pythonapd
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Summary: A small example package
5
5
  Author-email: Pavan <pavanswtjobs@gmail.com>
6
6
  License-Expression: MIT
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pythonapd"
3
- version = "0.0.1"
3
+ version = "0.0.2"
4
4
  authors = [
5
5
  { name="Pavan", email="pavanswtjobs@gmail.com" },
6
6
  ]
@@ -0,0 +1,8 @@
1
+ def add(a,b):
2
+ return a+b
3
+
4
+ def sub(a,b):
5
+ return a-b
6
+
7
+ def mul(a,b):
8
+ return a*b
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pythonapd
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Summary: A small example package
5
5
  Author-email: Pavan <pavanswtjobs@gmail.com>
6
6
  License-Expression: MIT
@@ -1,5 +0,0 @@
1
- def add(a,b):
2
- return a+b
3
-
4
- def sub(a,b):
5
- return a-b
File without changes
File without changes
File without changes