File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757# built documents.
5858#
5959# The short X.Y version.
60- version = '0.3.3 '
60+ version = '1.0 '
6161# The full version, including alpha/beta/rc tags.
62- release = '0.3.3 '
62+ release = '1.0 '
6363
6464# The language for content autogenerated by Sphinx. Refer to documentation
6565# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ def read(fname):
88
99setup (
1010 name = "Fsdb" ,
11- version = "0.3.3 " ,
11+ version = "1.0 " ,
1212 packages = ['fsdb' ],
1313
1414 author = "Ael" ,
@@ -21,7 +21,7 @@ def read(fname):
2121 tests_require = 'nose' ,
2222 test_suite = 'nose.collector' ,
2323 classifiers = [
24- "Development Status :: 3 - Alpha " ,
24+ "Development Status :: 5 - Production/Stable " ,
2525 "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)" ,
2626 "Topic :: Database" ,
2727 "Operating System :: OS Independent" ,
You can’t perform that action at this time.
0 commit comments