Skip to content

Commit 9827241

Browse files
committed
bump to v1.0
1 parent a524892 commit 9827241

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
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.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def read(fname):
88

99
setup(
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",

0 commit comments

Comments
 (0)