Skip to content

Commit

Permalink
eva4_controller_py alarms
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed May 12, 2024
1 parent fb48604 commit b463fb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion svc/controller-py/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.1.4
VERSION=0.1.5

all:
@echo "what do you want to build today?"
Expand Down
2 changes: 1 addition & 1 deletion svc/controller-py/eva4_controller_py/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.1.4'
__version__ = '0.1.5'

from evaics.sdk import Service, Controller, Action, no_rpc_method, ServiceInfo
from evaics.sdk import OID
Expand Down
2 changes: 1 addition & 1 deletion svc/controller-py/setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.1.4'
__version__ = '0.1.5'

import setuptools

Expand Down

0 comments on commit b463fb3

Please sign in to comment.