Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
fcuny committed Feb 10, 2012
1 parent 45cc02a commit ec7f808
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -50,9 +50,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0'
version = '0.1'
# The full version, including alpha/beta/rc tags.
release = '1.0'
release = '0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion http/__init__.py
Expand Up @@ -7,7 +7,7 @@
"""

__title__ = 'http'
__version__ = '0.1.0'
__version__ = '0.1'
__author__ = 'Franck Cuny'
__license__ = 'MIT'
__copyright__ = 'Copyright 2012 Franck Cuny'
Expand Down

0 comments on commit ec7f808

Please sign in to comment.