Skip to content

Commit 08eb3df

Browse files
committed
Bump version: 0.1.0 → 0.1.1
1 parent 0002f7b commit 08eb3df

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.1.1
33
commit = True
44
tag = True
55

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ Overview
3737
:alt: PyPI Package latest release
3838
:target: https://pypi.python.org/pypi/efs
3939

40-
.. |commits-since| image:: https://img.shields.io/github/commits-since/eatfirst/python-efs/v0.1.0.svg
40+
.. |commits-since| image:: https://img.shields.io/github/commits-since/eatfirst/python-efs/v0.1.1.svg
4141
:alt: Commits since latest release
42-
:target: https://github.com/eatfirst/python-efs/compare/v0.1.0...master
42+
:target: https://github.com/eatfirst/python-efs/compare/v0.1.1...master
4343

4444
.. |wheel| image:: https://img.shields.io/pypi/wheel/efs.svg
4545
:alt: PyPI Wheel

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
year = '2017'
2727
author = 'EatFirst'
2828
copyright = '{0}, {1}'.format(year, author)
29-
version = release = '0.1.0'
29+
version = release = '0.1.1'
3030

3131
pygments_style = 'trac'
3232
templates_path = ['.']

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def read(*names, **kwargs):
2424

2525
setup(
2626
name='efs',
27-
version='0.1.0',
27+
version='0.1.1',
2828
license='MIT license',
2929
description='A simple wrapper around fs to work with flask and switch between local and s3fs',
3030
long_description='%s\n%s' % (

src/efs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.1"
22

33
from .filesystem import EFS
44

0 commit comments

Comments
 (0)