Skip to content

Commit 602a69f

Browse files
committed
Bump version: 1.1.0-dev → 1.1.0
1 parent 0721cff commit 602a69f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ authors:
3333
affiliation: "National Library of Finland"
3434
title: "Annif"
3535
abstract: "Annif is an automatic indexing software."
36-
version: 1.1.0-dev
36+
version: 1.1.0
3737
license:
3838
- Apache-2.0
3939
- GPL-3.0

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "annif"
3-
version = "1.1.0-dev"
3+
version = "1.1.0"
44
description = "Automated subject indexing and classification tool"
55
authors = ["National Library of Finland <[email protected]>"]
66
maintainers = [

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.0-dev
2+
current_version = 1.1.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?

0 commit comments

Comments
 (0)