diff --git a/camlipy/__init__.py b/camlipy/__init__.py index 8c7fe12..79cba66 100644 --- a/camlipy/__init__.py +++ b/camlipy/__init__.py @@ -1,7 +1,7 @@ """ Camlistore client. """ __author__ = 'Thomas Sileo (thomas@trucsdedev.com)' -__version__ = '0.1.0' +__version__ = '0.1.1' import urlparse import logging diff --git a/setup.py b/setup.py index af5fbb5..395bdab 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,5 @@ import os from setuptools import setup, find_packages -import camlipy def read(fname): @@ -8,7 +7,7 @@ def read(fname): setup( name='camlipy', - version='0.1.0', + version='0.1.1', author='Thomas Sileo', author_email='thomas.sileo@gmail.com', description='',