summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorFelix Richter <Felix.Richter@thalesgroup.com>2019-03-05 08:45:34 +0100
committerFelix Richter <Felix.Richter@thalesgroup.com>2019-03-05 08:45:34 +0100
commitce239876820699f02054e71b4fd0950509833379 (patch)
treecac72fd45f85ad6a057515fb086c0f9a73bbfe59 /setup.py
parent04e1c8c38ffe53175ae719121ad88534a8a662db (diff)
ampel: support tasmota firmwareHEADmaster
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7d948a6..b91f853 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
setup(
name='ampel',
- version='0.2.3',
+ version='0.3.0',
description='uses the ampel',
long_description=open("README.md").read(),