Skip to content
Snippets Groups Projects
Commit 9df31f5c authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

AT5-374: Updated package release version.

parent 3f4f3798
No related branches found
No related tags found
No related merge requests found
Pipeline #11403 passed
......@@ -10,7 +10,7 @@
"""Release information for Python Package"""
name = """csp-lmc-subelement"""
version = "0.1.1"
version = "0.1.2"
version_info = version.split(".")
description = """SKA CSP Sub-element LMC"""
author = "INAF-OAA"
......
......@@ -9,7 +9,7 @@
"""Release information for Python Package"""
name = """csplmc-subelement"""
version = "0.1.1"
version = "0.1.2"
version_info = version.split(".")
description = """SKA CSP.LMC Subelement Classes"""
author = "E.G"
......@@ -18,5 +18,5 @@ license = """BSD-3-Clause"""
url = """www.tango-controls.org"""
copyright = """"""
release=0.1.1
tag=csp-lmc-subelement-0.1.1
release=0.1.2
tag=csp-lmc-subelement-0.1.2
......@@ -42,7 +42,7 @@ setup(
install_requires=[
'pytango >=9.3.1',
'future',
'csp-lmc-common > 0.5.0',
'csp-lmc-common',
],
setup_requires=[
# dependency for `python setup.py test`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment