Skip to content

Commit

Permalink
bump to v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ael-code committed Mar 20, 2016
1 parent a524892 commit 9827241
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
version = '0.3.3'
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '0.3.3'
release = '1.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def read(fname):

setup(
name="Fsdb",
version="0.3.3",
version="1.0",
packages=['fsdb'],

author="Ael",
Expand All @@ -21,7 +21,7 @@ def read(fname):
tests_require='nose',
test_suite='nose.collector',
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"Topic :: Database",
"Operating System :: OS Independent",
Expand Down

0 comments on commit 9827241

Please sign in to comment.