File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### poli-sci-kit 0.1.2.5 (March 24, 2021)
2
+
3
+ Changes include:
4
+
5
+ - Package structure has been modified for better testing and a cleaner wheel
6
+ - Bug fixes and refactoring for cleaner code
7
+ - Checks for code quality have been added
8
+ - Examples now function in Google Colab
9
+
1
10
### poli-sci-kit 0.1.0 (Feb 10, 2021)
2
11
3
12
First stable release of poli-sci-kit
Original file line number Diff line number Diff line change 24
24
author = "poli-sci-kit developers"
25
25
26
26
# The full version, including alpha/beta/rc tags
27
- release = "0.1.2.4 "
27
+ release = "0.1.2.5 "
28
28
29
29
30
30
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11
11
name = "poli-sci-kit" ,
12
12
packages = find_packages (where = "src" ),
13
13
package_dir = {"" : "src" },
14
- version = "0.1.2.4 " ,
14
+ version = "0.1.2.5 " ,
15
15
author = "Andrew Tavis McAllister" ,
16
16
17
17
classifiers = [
You can’t perform that action at this time.
0 commit comments