We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd4d5a9 commit f851287Copy full SHA for f851287
docs/conf.py
@@ -25,9 +25,9 @@
25
author = "National Instruments"
26
27
# The short X.Y version
28
-version = "0.9"
+version = "3.0"
29
# The full version, including alpha/beta/rc tags
30
-release = "0.9.0"
+release = "3.0.0"
31
32
# -- General configuration ---------------------------------------------------
33
setup.py
@@ -16,7 +16,7 @@ def get_version(name):
16
script_dir = os.path.dirname(os.path.realpath(__file__))
17
script_dir = os.path.join(script_dir, name)
18
if not os.path.exists(os.path.join(script_dir, 'VERSION')):
19
- version = '2.1.0'
+ version = '3.0.0'
20
else:
21
with open(os.path.join(script_dir, "VERSION"), "r") as version_file:
22
version = version_file.read().rstrip()
0 commit comments