eva-shell 0.2.43__tar.gz → 0.2.44__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: eva-shell
3
- Version: 0.2.43
3
+ Version: 0.2.44
4
4
  Summary: EVA ICS v4 shell
5
5
  Home-page: https://github.com/eva-ics/eva4
6
6
  Author: Bohemia Automation / Altertech
@@ -1,3 +1,3 @@
1
- __version__ = '0.2.43'
1
+ __version__ = '0.2.44'
2
2
 
3
3
  DEFAULT_REPOSITORY_URL = 'https://pub.bma.ai/eva4'
@@ -967,7 +967,7 @@ class CLI:
967
967
  d['type'] = 'local'
968
968
  try:
969
969
  info = d.pop('info')
970
- d['version'] = info.get('version')
970
+ d['ver'] = info.get('version')
971
971
  d['build'] = info.get('build')
972
972
  except KeyError:
973
973
  pass
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: eva-shell
3
- Version: 0.2.43
3
+ Version: 0.2.44
4
4
  Summary: EVA ICS v4 shell
5
5
  Home-page: https://github.com/eva-ics/eva4
6
6
  Author: Bohemia Automation / Altertech
@@ -1,4 +1,4 @@
1
- __version__ = '0.2.43'
1
+ __version__ = '0.2.44'
2
2
 
3
3
  import setuptools
4
4
 
File without changes
File without changes
File without changes
File without changes
File without changes