Skip to content

Commit

Permalink
bump version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Apr 17, 2016
1 parent 01d2332 commit e92875f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: s3fs
version: "0.0.3"
version: "0.0.4"

source:
path: ../
Expand Down
2 changes: 1 addition & 1 deletion s3fs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .core import S3FileSystem, S3File

__version__ = '0.0.3'
__version__ = '0.0.4'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup

setup(name='s3fs',
version='0.0.3',
version='0.0.4',
description='Convenient Filesystem interface over S3',
url='http://github.com/dask/s3fs/',
maintainer='Martin Durant',
Expand Down

0 comments on commit e92875f

Please sign in to comment.