Skip to content

Commit 7c41866

Browse files
authored
Merge pull request #88 from rasbt/make-2.9.0-release
0.2.9 version release
2 parents ef5664a + 2de71c9 commit 7c41866

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

biopandas/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
2525
#
2626

27-
__version__ = '0.2.9dev'
27+
__version__ = '0.2.9'
2828
__author__ = "Sebastian Raschka <[email protected]>"

docs/sources/api_subpackages/biopandas.mol2.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
biopandas version: 0.2.8
2-
1+
biopandas version: 0.2.9
32
## PandasMol2
43

54
*PandasMol2()*

docs/sources/api_subpackages/biopandas.pdb.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
biopandas version: 0.2.8
2-
1+
biopandas version: 0.2.9
32
## PandasPdb
43

54
*PandasPdb()*

docs/sources/api_subpackages/biopandas.testutils.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
biopandas version: 0.2.8
2-
1+
biopandas version: 0.2.9
32
## assert_raises
43

54
*assert_raises(exception_type, message, func, *args, **kwargs)*

0 commit comments

Comments
 (0)