Skip to content

Commit fb1a7f0

Browse files
committed
bump version
1 parent 508c8e0 commit fb1a7f0

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,19 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased] (0.1.0)
1010

11-
[Unreleased]: https://github.com/loicgrobol/scorch/compare/v0.0.26...HEAD
11+
[Unreleased]: https://github.com/loicgrobol/scorch/compare/v0.2.0...HEAD
12+
13+
## [0.2.0] — 2020-10-28
14+
15+
[0.2.0]: https://github.com/loicgrobol/scorch/compare/v0.1.0...v0.2.0
16+
17+
### Changed
18+
19+
- Slightly faster BLANC ([#13](https://github.com/LoicGrobol/scorch/pull/13))
1220

1321
## [0.1.0] — 2020-10-12
1422

15-
[0.1.0]: https://github.com/loicgrobol/scorch/compare/v0.0.26...0.1.0
23+
[0.1.0]: https://github.com/loicgrobol/scorch/compare/v0.0.26...v0.1.0
1624

1725
### Fixed
1826

scorch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.2.0"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = scorch
3-
version = 0.1.0
3+
version = 0.2.0
44
description = Alternative scorer for the CoNLL-2011/2012 shared tasks on coreference resolution.
55
url = https://github.com/LoicGrobol/scorch
66
license = MIT

0 commit comments

Comments
 (0)