Skip to content

Commit

Permalink
set version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denik committed Nov 26, 2013
1 parent e2717bf commit a5ae94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gevent/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from __future__ import absolute_import

version_info = (1, 0, 0, 'dev', None)
__version__ = '1.0dev'
__version__ = '1.0'


__all__ = ['get_hub',
Expand Down

0 comments on commit a5ae94c

Please sign in to comment.