Skip to content

Commit

Permalink
Bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tsileo committed Aug 19, 2013
1 parent e1b0169 commit 5799adb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
3 changes: 1 addition & 2 deletions setup.py
@@ -1,14 +1,13 @@
import os
from setuptools import setup, find_packages
import camlipy


def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()

setup(
name='camlipy',
version='0.1.0',
version='0.1.1',
author='Thomas Sileo',
author_email='thomas.sileo@gmail.com',
description='',
Expand Down

0 comments on commit 5799adb

Please sign in to comment.