We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39197b0 commit 18785cfCopy full SHA for 18785cf
2 files changed
src/neon/HISTORY.rst
@@ -3,6 +3,10 @@
3
Release History
4
===============
5
6
+1.0.0
7
+++++++
8
+* GA release.
9
+
10
1.0.0b1
11
++++++
12
* Initial release.
@@ -17,4 +21,4 @@ Release History
17
21
18
22
1.0.0b4
19
23
20
-* Update the CLI command description to support AI related queries.
24
+* Update the CLI command description to support AI related queries.
src/neon/setup.py
@@ -10,7 +10,7 @@
# HISTORY.rst entry.
13
-VERSION = '1.0.0b6'
+VERSION = '1.0.0'
14
15
# The full list of classifiers is available at
16
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
0 commit comments