Skip to content

Commit

Permalink
Update generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
texasaggie97-zz committed Dec 20, 2017
1 parent c57511e commit 1d0a17c
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '0.6.0.dev0'
release = '0.6.0'
# The short X.Y version.
version = release[:3]

Expand Down
4 changes: 2 additions & 2 deletions 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.6.0.dev0',
version='0.6.0',
description='NI-DCPower Python API',
long_description=read_contents('README.rst'),
author='National Instruments',
Expand All @@ -47,7 +47,7 @@ def read_contents(file_to_read):
tests_require=['pytest'],
test_suite='tests',
classifiers=[
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: Manufacturing",
"Intended Audience :: Science/Research",
Expand Down
4 changes: 2 additions & 2 deletions 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.6.0.dev0',
version='0.6.0',
description='NI-DMM Python API',
long_description=read_contents('README.rst'),
author='National Instruments',
Expand All @@ -47,7 +47,7 @@ def read_contents(file_to_read):
tests_require=['pytest'],
test_suite='tests',
classifiers=[
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: Manufacturing",
"Intended Audience :: Science/Research",
Expand Down
4 changes: 2 additions & 2 deletions 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.6.0.dev0',
version='0.6.0',
description='NI-FAKE Python API',
long_description=read_contents('README.rst'),
author='National Instruments',
Expand All @@ -47,7 +47,7 @@ def read_contents(file_to_read):
tests_require=['pytest'],
test_suite='tests',
classifiers=[
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: Manufacturing",
"Intended Audience :: Science/Research",
Expand Down
4 changes: 2 additions & 2 deletions 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.6.0.dev0',
version='0.6.0',
description='NI-FGEN Python API',
long_description=read_contents('README.rst'),
author='National Instruments',
Expand All @@ -47,7 +47,7 @@ def read_contents(file_to_read):
tests_require=['pytest'],
test_suite='tests',
classifiers=[
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: Manufacturing",
"Intended Audience :: Science/Research",
Expand Down
4 changes: 2 additions & 2 deletions 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.6.0.dev0',
version='0.6.0',
description='NI-ModInst Python API',
long_description=read_contents('README.rst'),
author='National Instruments',
Expand All @@ -47,7 +47,7 @@ def read_contents(file_to_read):
tests_require=['pytest'],
test_suite='tests',
classifiers=[
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: Manufacturing",
"Intended Audience :: Science/Research",
Expand Down
4 changes: 2 additions & 2 deletions 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.6.0.dev0',
version='0.6.0',
description='NI-SCOPE Python API',
long_description=read_contents('README.rst'),
author='National Instruments',
Expand All @@ -47,7 +47,7 @@ def read_contents(file_to_read):
tests_require=['pytest'],
test_suite='tests',
classifiers=[
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: Manufacturing",
"Intended Audience :: Science/Research",
Expand Down
4 changes: 2 additions & 2 deletions 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.6.0.dev0',
version='0.6.0',
description='NI-SWITCH Python API',
long_description=read_contents('README.rst'),
author='National Instruments',
Expand All @@ -47,7 +47,7 @@ def read_contents(file_to_read):
tests_require=['pytest'],
test_suite='tests',
classifiers=[
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: Manufacturing",
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit 1d0a17c

Please sign in to comment.