We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d747ff commit 7acf074Copy full SHA for 7acf074
RobotFrameworkService/version.py
@@ -1,5 +1,4 @@
1
-
2
-VERSION = '0.9.0'
+VERSION = "1.0.0"
3
4
5
def get_version():
setup.py
@@ -2,7 +2,7 @@
from RobotFrameworkService.version import get_version
CLASSIFIERS = """
-Development Status :: 5 - Stable
+Development Status :: 5 - Production/Stable
6
License :: OSI Approved :: Apache Software License
7
Operating System :: OS Independent
8
Framework :: FastAPI
0 commit comments