This repository was archived by the owner on Feb 19, 2024. It is now read-only.
Commit 3dddd94 1 parent da70018 commit 3dddd94 Copy full SHA for 3dddd94
File tree 3 files changed +7
-3
lines changed
ocrd_typegroups_classifier
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ Versioned according to [Semantic Versioning](http://semver.org/).
4
4
5
5
## Unreleased
6
6
7
+ # [ 0.1.0] - 2020-08-21
8
+
7
9
Changed:
8
10
9
11
* merge upstream, #2
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.0.2 " ,
2
+ "version" : " 0.1.0 " ,
3
3
"git_url" : " https://github.com/seuretm/ocrd_typegroups_classifier" ,
4
4
"tools" : {
5
5
"ocrd-typegroups-classifier" : {
Original file line number Diff line number Diff line change 5
5
6
6
with codecs .open ('README.md' , encoding = 'utf-8' ) as f :
7
7
README = f .read ()
8
+ with open ('./ocrd-tool.json' , 'r' ) as f :
9
+ version = json .load (f )['version' ]
8
10
9
11
setup (
10
12
name = 'ocrd_typegroups_classifier' ,
11
- version = '0.0.2' ,
13
+ version = version ,
12
14
description = 'Typegroups classifier for OCR' ,
13
15
long_description = README ,
14
16
long_description_content_type = 'text/markdown' ,
15
17
author = 'Matthias Seuret, Konstantin Baierer' ,
16
18
author_email = 'seuretm@users.noreply.github.com' ,
17
- url = 'https://github.com/seuretm /ocrd_typegroups_classifier' ,
19
+ url = 'https://github.com/OCR-D /ocrd_typegroups_classifier' ,
18
20
license = 'Apache License 2.0' ,
19
21
packages = find_packages (exclude = ('tests' , 'docs' )),
20
22
include_package_data = True ,
You can’t perform that action at this time.
0 commit comments