Skip to content

Commit 78a0ea3

Browse files
Change version to 1.0.0 (#28)
1 parent b1aa252 commit 78a0ea3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The package is implemented in Python. NI created and supports this package.
1010

1111
Requirements
1212
============
13-
**niveristand** 0.9.x has the following requirements:
13+
**niveristand** 1.0.x has the following requirements:
1414

1515
* VeriStand 2018+ running on the same system as the Python code.
1616
* 64-bit version of Windows 10/8.1/7

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def get_version(name):
1515
script_dir = os.path.dirname(os.path.realpath(__file__))
1616
script_dir = os.path.join(script_dir, name)
1717
if not os.path.exists(os.path.join(script_dir, 'VERSION')):
18-
version = '0.9.3'
18+
version = '1.0.0'
1919
else:
2020
with open(os.path.join(script_dir, 'VERSION'), 'r') as version_file:
2121
version = version_file.read().rstrip()
@@ -45,7 +45,7 @@ def read_contents(file_to_read):
4545
install_requires=['pythonnet', 'PyYAML'],
4646
tests_require=['pytest', 'numpy'],
4747
classifiers=[
48-
"Development Status :: 4 - Beta",
48+
"Development Status :: 5 - Production/Stable",
4949
"Intended Audience :: Developers",
5050
"Intended Audience :: Science/Research",
5151
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)