Skip to content

Commit

Permalink
Version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Aug 26, 2012
1 parent 4d2c37f commit 033b995
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '0.9.9'
version = '1.0.0'
# The full version, including alpha/beta/rc tags.
release = '0.9.9'
release = '1.0.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Expand Up @@ -7,7 +7,7 @@

setup(
name='peewee',
version="0.9.9",
version="1.0.0",
description='a little orm',
long_description=readme,
author='Charles Leifer',
Expand All @@ -16,8 +16,7 @@
packages=['playhouse'],
py_modules=['peewee', 'pwiz'],
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
Expand Down

1 comment on commit 033b995

@abshkd
Copy link

@abshkd abshkd commented on 033b995 Aug 27, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry my bad. its flask-peewee version i confused with.

Please sign in to comment.