diff --git a/modpypes/__init__.py b/modpypes/__init__.py index d494e23..14e7b75 100755 --- a/modpypes/__init__.py +++ b/modpypes/__init__.py @@ -2,7 +2,7 @@ __author__ = 'Joel Bender' __email__ = 'joel@carrickbender.com' -__version__ = '0.1.1' +__version__ = '0.2' import pdu import app diff --git a/setup.py b/setup.py index fea4617..b931eda 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ test_requirements = [ setup( name='modpypes', - version='0.1.1', + version='0.2', description="Python library for MODBUS based on BACpypes", long_description=readme + '\n\n' + history, author="Joel Bender",