Skip to content

Commit

Permalink
Build for 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
texasaggie97-zz committed Feb 20, 2018
1 parent da3a57f commit d463150
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion generated/nifake/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def read_contents(file_to_read):
setup(
name=pypi_name,
zip_safe=True,
version='0.7.0',
version='0.7.0.dev0',
description='NI-FAKE Python API',
long_description=read_contents('README.rst'),
author='National Instruments',
Expand Down
2 changes: 1 addition & 1 deletion src/nidcpower/metadata/config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config = {
'metadata_version': '1.0',
'module_name': 'nidcpower',
'module_version': '0.7.0.dev0',
'module_version': '0.7.0',
'c_function_prefix': 'niDCPower_',
'driver_name': 'NI-DCPower',
'session_class_description': 'An NI-DCPower session to a National Instruments Programmable Power Supply or Source Measure Unit.',
Expand Down
2 changes: 1 addition & 1 deletion src/nidmm/metadata/config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config = {
'metadata_version': '1.0',
'module_name': 'nidmm',
'module_version': '0.7.0.dev0',
'module_version': '0.7.0',
'c_function_prefix': 'niDMM_',
'driver_name': 'NI-DMM',
'session_class_description': 'An NI-DMM session to a National Instruments Digital Multimeter',
Expand Down
2 changes: 1 addition & 1 deletion src/nifgen/metadata/config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config = {
'metadata_version': '1.0',
'module_name': 'nifgen',
'module_version': '0.7.0.dev0',
'module_version': '0.7.0',
'c_function_prefix': 'niFgen_',
'driver_name': 'NI-FGEN',
'session_class_description': 'An NI-FGEN session to a National Instruments Signal Generator.',
Expand Down
2 changes: 1 addition & 1 deletion src/nimodinst/metadata/config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config = {
'metadata_version': '1.0',
'module_name': 'nimodinst',
'module_version': '0.7.0.dev0',
'module_version': '0.7.0',
'c_function_prefix': 'niModInst_',
'driver_name': 'NI-ModInst',
'session_class_description': 'A NI-ModInst session to get device information',
Expand Down
2 changes: 1 addition & 1 deletion src/niscope/metadata/config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config = {
'metadata_version': '1.0',
'module_name': 'niscope',
'module_version': '0.7.0.dev0',
'module_version': '0.7.0',
'c_function_prefix': 'niScope_',
'driver_name': 'NI-SCOPE',
'session_class_description': 'An NI-SCOPE session to a National Instruments Digitizer.',
Expand Down
2 changes: 1 addition & 1 deletion src/niswitch/metadata/config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config = {
'metadata_version': '1.0',
'module_name': 'niswitch',
'module_version': '0.7.0.dev0',
'module_version': '0.7.0',
'c_function_prefix': 'niSwitch_',
'driver_name': 'NI-SWITCH',
'session_class_description': 'An NI-SWITCH session to a National Instruments Switch Module',
Expand Down

0 comments on commit d463150

Please sign in to comment.