Skip to content

Commit

Permalink
Update generated files for release
Browse files Browse the repository at this point in the history
  • Loading branch information
texasaggie97 committed Sep 20, 2017
1 parent 7f2a111 commit 18985ff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.2.0.dev1',
version='0.2.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.2.0.dev0',
version='0.2.0',
description='NI-FAKE 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.2.0.dev1',
version='0.2.0',
description='NI-ModInst 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.2.0.dev1',
version='0.2.0',
description='NI-SWITCH Python API',
long_description=read_contents('README.rst'),
author='National Instruments',
Expand Down

0 comments on commit 18985ff

Please sign in to comment.