diff --git a/setup.cfg b/setup.cfg index f2161ab..e0a0906 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,4 @@ [wheel] -universal = 1 [flake8] ignore = E123,E221,E226,E302,E41,E701 diff --git a/setup.py b/setup.py index c216367..90b9644 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ test_requirements = [ setup( name='modpypes', - version='0.3', + version='0.4', description="Python library for MODBUS based on BACpypes", long_description="See GitHub for more information", author="Joel Bender",