test new version (wrong version, test_add is wrong)
This commit is contained in:
parent
eb9b49c962
commit
eaa1190f47
2
setup.py
2
setup.py
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name="testpkg",
|
||||
version="0.1",
|
||||
version="0.1.1",
|
||||
packages=find_packages(),
|
||||
install_requires=[],
|
||||
author="Test",
|
||||
|
@ -1,5 +1,5 @@
|
||||
def test_add(a, b):
|
||||
return a+b
|
||||
return a+b+1
|
||||
|
||||
def test_sub(a, b):
|
||||
return a-b
|
Loading…
x
Reference in New Issue
Block a user