Skip to content

Commit

Permalink
updeded version
Browse files Browse the repository at this point in the history
  • Loading branch information
trombastic committed Dec 16, 2019
1 parent 507d894 commit 5f89bd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyscada/scripting/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import pyscada

__version__ = '0.7.0rc9'
__version__ = '0.7.0'
__author__ = 'Martin Schröder'

default_app_config = 'pyscada.scripting.apps.PyScadaScriptingConfig'
Expand All @@ -12,4 +12,4 @@
'label': 'pyscada.scripting',
'process_class': 'pyscada.scripting.worker.MasterProcess',
'process_class_kwargs': '{"dt_set":30}',
'enabled': True}]
'enabled': True}]

0 comments on commit 5f89bd2

Please sign in to comment.