File tree Expand file tree Collapse file tree 2 files changed +42
-1
lines changed Expand file tree Collapse file tree 2 files changed +42
-1
lines changed Original file line number Diff line number Diff line change 33# License: BSD 3 clause
44# Project Website: http://rasbt.github.io/biopandas/
55# Code Repository: https://github.com/rasbt/biopandas
6+ #
7+ #
8+ #
9+ #
10+ # PEP0440 compatible formatted version, see:
11+ # https://www.python.org/dev/peps/pep-0440/
12+ #
13+ # Generic release markers:
14+ # X.Y
15+ # X.Y.Z # For bugfix releases
16+ #
17+ # Admissible pre-release markers:
18+ # X.YaN # Alpha release
19+ # X.YbN # Beta release
20+ # X.YrcN # Release Candidate
21+ # X.Y # Final release
22+ #
23+ # Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
24+ # 'X.Y.dev0' is the canonical version of 'X.Y.dev'
25+ #
626
7- __version__ = '0.2.3 '
27+ __version__ = '0.2.4.dev0 '
828__author__ = "Sebastian Raschka <[email protected] >"
Original file line number Diff line number Diff line change 33The CHANGELOG for the current development version is available at
44[ https://github.com/rasbt/biopandas/blob/master/docs/sources/CHANGELOG.md ] ( https://github.com/rasbt/biopandas/blob/master/docs/sources/CHANGELOG.md ) .
55
6+ ### 0.2.4 (TBD)
7+
8+ ##### Downloads
9+
10+ - [ Source code (zip)]
11+ - [ Source code (tar.gz)]
12+
13+ ##### New Features
14+
15+ - -
16+
17+ ##### Changes
18+
19+ - -
20+
21+ ##### Bug Fixes
22+
23+ - -
24+
25+
26+
627### 0.2.3 (03-29-2018)
728
829##### Downloads
You can’t perform that action at this time.
0 commit comments