Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit 9ee8bc6

Browse files
committed
release: Version 0.3.2
Signed-off-by: John Andersen <johnandersenpdx@gmail.com>
1 parent 6415473 commit 9ee8bc6

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.3.2] - 2020-01-03
810
### Added
911
- scikit models
1012
- Classifiers

dffml/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
88
Version of DFFML
99
"""
10-
VERSION = "0.3.1"
10+
VERSION = "0.3.2"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.0.3"
1+
VERSION = "0.0.4"

model/scikit/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"joblib>=0.13.2",
1515
"pandas>=0.25.0",
1616
] + (
17-
["dffml>=0.3.1"]
17+
["dffml>=0.3.2"]
1818
if not any(
1919
list(
2020
map(

0 commit comments

Comments
 (0)