Skip to content

Commit

Permalink
Update version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RealPolitiX committed Sep 16, 2020
1 parent 2024a31 commit c5e4fe3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# hdfio
![GitHub license](https://img.shields.io/github/license/RealPolitiX/hdfio)

All the useful python I/O utility functions for HDF5 files

## Rationale
Expand Down
2 changes: 1 addition & 1 deletion hdfio/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-

__version_info__ = ('0', '2', '0')
__version_info__ = ('0', '2', '1')
__version__ = '.'.join(__version_info__)
__author__ = ['R. Patrick Xian', 'others']

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from codecs import open
from os import path

__version__ = '0.2.0'
__version__ = '0.2.1'

here = path.abspath(path.dirname(__file__))

Expand Down

0 comments on commit c5e4fe3

Please sign in to comment.