Skip to content

Commit

Permalink
Merge branch 'hotfix-0.1post1'
Browse files Browse the repository at this point in the history
  • Loading branch information
bskinn committed Aug 28, 2016
2 parents 5f0ddf9 + 0698f59 commit b0bd2a0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.txt
@@ -1,5 +1,10 @@
Changelog for h5cube

v0.1.post1
================================================================================

Administrative fix (typo in setup.py)


v0.1
================================================================================
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Expand Up @@ -67,7 +67,7 @@
# The short X.Y version.
version = '0.1'
# The full version, including alpha/beta/rc tags.
release = '0.1'
release = '0.1.post1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
3 changes: 2 additions & 1 deletion h5cube/__init__.py
Expand Up @@ -18,4 +18,5 @@

from .h5cube import cube_to_h5, h5_to_cube, H5, EXIT

__version__ = '0.1'
__version__ = '0.1.post1'

5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -2,8 +2,9 @@

setup(
name='h5cube',
version='0.1',
requires='h5py (>=2.4)',
version='0.1.post1',
provides=['h5cube'],
requires=['h5py (>=2.4)'],
packages=['h5cube'],
url='https://www.github.com/bskinn/h5cube',
license='MIT License',
Expand Down

0 comments on commit b0bd2a0

Please sign in to comment.