diff --git a/docs/conf.py b/docs/conf.py index c1d3747..fae4d0c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/http/__init__.py b/http/__init__.py index 22a88cc..32e8071 100644 --- a/http/__init__.py +++ b/http/__init__.py @@ -7,7 +7,7 @@ """ __title__ = 'http' -__version__ = '0.1.0' +__version__ = '0.1' __author__ = 'Franck Cuny' __license__ = 'MIT' __copyright__ = 'Copyright 2012 Franck Cuny'