Skip to content

Commit

Permalink
Merge pull request #88 from rasbt/make-2.9.0-release
Browse files Browse the repository at this point in the history
0.2.9 version release
  • Loading branch information
rasbt committed Aug 30, 2021
2 parents ef5664a + 2de71c9 commit 7c41866
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion biopandas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
#

__version__ = '0.2.9dev'
__version__ = '0.2.9'
__author__ = "Sebastian Raschka <[email protected]>"
3 changes: 1 addition & 2 deletions docs/sources/api_subpackages/biopandas.mol2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
biopandas version: 0.2.8

biopandas version: 0.2.9
## PandasMol2

*PandasMol2()*
Expand Down
3 changes: 1 addition & 2 deletions docs/sources/api_subpackages/biopandas.pdb.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
biopandas version: 0.2.8

biopandas version: 0.2.9
## PandasPdb

*PandasPdb()*
Expand Down
3 changes: 1 addition & 2 deletions docs/sources/api_subpackages/biopandas.testutils.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
biopandas version: 0.2.8

biopandas version: 0.2.9
## assert_raises

*assert_raises(exception_type, message, func, *args, **kwargs)*
Expand Down

0 comments on commit 7c41866

Please sign in to comment.