Skip to content

Commit

Permalink
Update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
texasaggie97 committed Sep 20, 2017
1 parent 235fb4c commit 7f2a111
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.2.0.dev1',
'module_version': '0.2.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/nifake/metadata/config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config = {
'metadata_version': '1.0',
'module_name': 'nifake',
'module_version': '0.2.0.dev0',
'module_version': '0.2.0',
'c_function_prefix': 'niFake_',
'driver_name': 'NI-FAKE',
'session_class_description': 'An NI-FAKE session to a fake MI driver whose sole purpose is to test nimi-python code generation',
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.2.0.dev1',
'module_version': '0.2.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/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.2.0.dev1',
'module_version': '0.2.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 7f2a111

Please sign in to comment.