Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Akrog committed Nov 9, 2015
1 parent 5561ddd commit 0aa717a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gcs_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

__author__ = 'Gorka Eguileor'
__email__ = '[email protected]'
__version__ = '0.1.0'
__version__ = '0.1.1'

from gcs_client.bucket import Bucket # noqa
from gcs_client.project import Project # noqa
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.1.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

setup(
name='gcs-client',
version='0.1.0',
version='0.1.1',
description="Google Cloud Storage Python client",
long_description=readme + '\n\n' + history,
author="Gorka Eguileor",
Expand Down

0 comments on commit 0aa717a

Please sign in to comment.