Skip to content

Commit

Permalink
bump version to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnacioHR committed Apr 2, 2022
1 parent 050795e commit 35e4682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name = 'diematic_server',
version = '2.0',
version = '2.1',
description = 'Unix daemon and supporting models for publishing data from Diematic DeDietrich boiler',
long_description = long_description,
long_description_content_type = 'text/markdown; charset=UTF-8',
Expand All @@ -16,7 +16,7 @@
packages = ['diematic_server'],
license='MIT',
url = 'https://github.com/IgnacioHR/diematic_server',
download_url = 'https://github.com/IgnacioHR/diematic_server/archive/refs/tags/v2.0.tar.gz',
download_url = 'https://github.com/IgnacioHR/diematic_server/archive/refs/tags/v2.1.tar.gz',
keywords = ['python', 'home-automation', 'iot', 'influxdb', 'restful', 'modbus', 'de-dietrich', 'diematic'],
install_requires=[
'daemon==1.2',
Expand Down

0 comments on commit 35e4682

Please sign in to comment.