Release 1.1.0

This commit is contained in:
2023-02-08 12:02:14 +01:00
parent 026b91cd49
commit ca8392504d
2 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -4,10 +4,10 @@ setup(
name='dsmr-parser',
description='Library to parse Dutch Smart Meter Requirements (DSMR)',
author='Nigel Dokter and many others',
author_email='nigel@nldr.net',
author_email='mail@nldr.net',
license='MIT',
url='https://github.com/ndokter/dsmr_parser',
version='1.0.0',
version='1.1.0',
packages=find_packages(exclude=('test', 'test.*')),
install_requires=[
'pyserial>=3,<4',