File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ The package is implemented in Python. NI created and supports this package.
10
10
11
11
Requirements
12
12
============
13
- **niveristand ** 0.9 .x has the following requirements:
13
+ **niveristand ** 1.0 .x has the following requirements:
14
14
15
15
* VeriStand 2018+ running on the same system as the Python code.
16
16
* 64-bit version of Windows 10/8.1/7
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def get_version(name):
15
15
script_dir = os .path .dirname (os .path .realpath (__file__ ))
16
16
script_dir = os .path .join (script_dir , name )
17
17
if not os .path .exists (os .path .join (script_dir , 'VERSION' )):
18
- version = '0.9.3 '
18
+ version = '1.0.0 '
19
19
else :
20
20
with open (os .path .join (script_dir , 'VERSION' ), 'r' ) as version_file :
21
21
version = version_file .read ().rstrip ()
@@ -45,7 +45,7 @@ def read_contents(file_to_read):
45
45
install_requires = ['pythonnet' , 'PyYAML' ],
46
46
tests_require = ['pytest' , 'numpy' ],
47
47
classifiers = [
48
- "Development Status :: 4 - Beta " ,
48
+ "Development Status :: 5 - Production/Stable " ,
49
49
"Intended Audience :: Developers" ,
50
50
"Intended Audience :: Science/Research" ,
51
51
"License :: OSI Approved :: MIT License" ,
You can’t perform that action at this time.
0 commit comments