Skip to content

Commit 02ca434

Browse files
committed
bumb version number
1 parent e644da9 commit 02ca434

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![PyPI Version](https://img.shields.io/pypi/v/biopandas.svg)](https://pypi.python.org/pypi/biopandas/)
1111
[![License](https://img.shields.io/badge/license-new%20BSD-blue.svg)](https://github.com/rasbt/biopandas/blob/master/LICENSE)
1212
![Python 2.7](https://img.shields.io/badge/python-2.7-blue.svg)
13-
![Python 3.5](https://img.shields.io/badge/python-3.5-blue.svg)
13+
![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)
1414

1515
<hr>
1616

biopandas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# Project Website: http://rasbt.github.io/biopandas/
55
# Code Repository: https://github.com/rasbt/biopandas
66

7-
__version__ = '0.2.0.dev0'
7+
__version__ = '0.2.0'
88
__author__ = "Sebastian Raschka <[email protected]>"

0 commit comments

Comments
 (0)