Skip to content

Commit

Permalink
Update generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
texasaggie97 committed Nov 7, 2017
1 parent 0c8f47e commit f2bc50e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion generated/nidcpower/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.4.0.dev0',
version='0.4.0',
description='NI-DCPower Python API',
long_description=read_contents('README.rst'),
author='National Instruments',
Expand Down
2 changes: 1 addition & 1 deletion generated/nidmm/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.4.0.dev0',
version='0.4.0',
description='NI-DMM Python API',
long_description=read_contents('README.rst'),
author='National Instruments',
Expand Down
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.4.0.dev0',
version='0.4.0',
description='NI-FAKE Python API',
long_description=read_contents('README.rst'),
author='National Instruments',
Expand Down
2 changes: 1 addition & 1 deletion generated/nifgen/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.4.0.dev0',
version='0.4.0',
description='NI-FGEN Python API',
long_description=read_contents('README.rst'),
author='National Instruments',
Expand Down
2 changes: 1 addition & 1 deletion generated/nimodinst/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.4.0.dev0',
version='0.4.0',
description='NI-ModInst Python API',
long_description=read_contents('README.rst'),
author='National Instruments',
Expand Down
2 changes: 1 addition & 1 deletion generated/niscope/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.4.0.dev0',
version='0.4.0',
description='NI-SCOPE Python API',
long_description=read_contents('README.rst'),
author='National Instruments',
Expand Down
2 changes: 1 addition & 1 deletion generated/niswitch/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.4.0.dev0',
version='0.4.0',
description='NI-SWITCH 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.4.0.dev0',
'module_version': '0.4.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

0 comments on commit f2bc50e

Please sign in to comment.