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

Commit

Permalink
release: Version 0.3.2
Browse files Browse the repository at this point in the history
Signed-off-by: John Andersen <[email protected]>
  • Loading branch information
pdxjohnny committed Jan 3, 2020
1 parent 6415473 commit 9ee8bc6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.2] - 2020-01-03
### Added
- scikit models
- Classifiers
Expand Down
2 changes: 1 addition & 1 deletion dffml/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
Version of DFFML
"""
VERSION = "0.3.1"
VERSION = "0.3.2"
2 changes: 1 addition & 1 deletion model/scikit/dffml_model_scikit/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.0.3"
VERSION = "0.0.4"
2 changes: 1 addition & 1 deletion model/scikit/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"joblib>=0.13.2",
"pandas>=0.25.0",
] + (
["dffml>=0.3.1"]
["dffml>=0.3.2"]
if not any(
list(
map(
Expand Down

0 comments on commit 9ee8bc6

Please sign in to comment.