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

Commit 1c94599

Browse files
author
John Andersen
committed
README: Correct header lengths
Signed-off-by: John Andersen <john.s.andersen@intel.com>
1 parent 9ffb223 commit 1c94599

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
- Nothing yet...
1010

11+
## [0.1.1] - 2019-03-08
12+
### Changed
13+
- Corrected formatting in README for PyPi
14+
1115
## [0.1.0] - 2019-03-07
1216
### Added
1317
- Feature class to collect a feature in a dataset

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ classifications can be used to train Models. The classification of the repo is
178178
what Education will ask it's models to make predictions on.
179179

180180
Feature
181-
------
181+
-------
182182

183183
Features are given a repo, containing at the minimum a source URL for it,
184184
and produce a list of results which represent the evaluation of that feature.
@@ -235,7 +235,7 @@ just it's source URL. Sources are responsible for providing the repos they
235235
contain and updating those repos upon request.
236236

237237
Model
238-
-------
238+
-----
239239

240240
Models are feed classified repos from which they learn from during their
241241
training phase. After training they can be used to make a prediction about the

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.1.0'
10+
VERSION = '0.1.1'

0 commit comments

Comments
 (0)