File tree 3 files changed +23
-2
lines changed
3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 1
1
include biopandas/pdb/tests/*
2
2
include biopandas/pdb/tests/data/*
3
3
include README.md
4
- include LICENSE
4
+ include LICENSE.txt
5
5
include requirements.txt
6
6
7
7
global-exclude *.pyo
Original file line number Diff line number Diff line change 24
24
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
25
25
#
26
26
27
- __version__ = '0.2.6 '
27
+ __version__ = '0.2.7 '
28
28
__author__ = "Sebastian Raschka <mail@sebastianraschka.com>"
Original file line number Diff line number Diff line change 3
3
The CHANGELOG for the current development version is available at
4
4
[ https://github.com/rasbt/biopandas/blob/master/docs/sources/CHANGELOG.md ] ( https://github.com/rasbt/biopandas/blob/master/docs/sources/CHANGELOG.md ) .
5
5
6
+ ### 0.2.7 (08-04-2020)
7
+
8
+ ##### Downloads
9
+
10
+ - [ Source code (zip)] ( https://github.com/rasbt/biopandas/archive/v0.2.7.zip )
11
+ - [ Source code (tar.gz)] ( https://github.com/rasbt/biopandas/archive/v0.2.7.tar.gz )
12
+
13
+ ##### New Features
14
+
15
+ - -
16
+
17
+ ##### Changes
18
+
19
+ - -
20
+
21
+ ##### Bug Fixes
22
+
23
+ - Fix Manifest file to include license file in the PyPI tar.gz file so that BioPandas can be packaged by conda-forge.
24
+
25
+
26
+
6
27
### 0.2.6 (08-03-2020)
7
28
8
29
##### Downloads
You can’t perform that action at this time.
0 commit comments