Skip to content

Commit 7acf074

Browse files
committed
prepare release 1.0
1 parent 3d747ff commit 7acf074

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

RobotFrameworkService/version.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
2-
VERSION = '0.9.0'
1+
VERSION = "1.0.0"
32

43

54
def get_version():

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from RobotFrameworkService.version import get_version
33

44
CLASSIFIERS = """
5-
Development Status :: 5 - Stable
5+
Development Status :: 5 - Production/Stable
66
License :: OSI Approved :: Apache Software License
77
Operating System :: OS Independent
88
Framework :: FastAPI

0 commit comments

Comments
 (0)